From 35f66e252be351f0aa2fec081626f0045ccbdf93 Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:30:45 +0700 Subject: [PATCH] move veins to js code --- config/xaerominimap_entities.json | 4 +- .../placed_feature/in_biome/veins.json | 43 --- .../vein/basaltic_sands.json | 65 ---- .../configured_feature/vein/bauxite.json | 151 --------- .../configured_feature/vein/beryllium.json | 33 -- .../vein/certus_quartz.json | 110 ------ .../configured_feature/vein/coal.json | 123 ------- .../configured_feature/vein/deep_gold.json | 187 ---------- .../vein/deep_hematite.json | 134 -------- .../vein/deep_limonite.json | 187 ---------- .../vein/deep_magnetite.json | 215 ------------ .../configured_feature/vein/diamond.json | 41 --- .../vein/garnet_amethyst.json | 319 ------------------ .../configured_feature/vein/garnet_opal.json | 181 ---------- .../configured_feature/vein/lapis.json | 156 --------- .../configured_feature/vein/manganese.json | 271 --------------- .../configured_feature/vein/molybdenium.json | 179 ---------- .../configured_feature/vein/monazite.json | 75 ---- .../configured_feature/vein/naquadah.json | 108 ------ .../vein/normal_bismuthinite.json | 216 ------------ .../vein/normal_cassiterite.json | 75 ---- .../vein/normal_copper.json | 118 ------- .../vein/normal_garnierite.json | 49 --- .../configured_feature/vein/normal_gold.json | 187 ---------- .../vein/normal_hematite.json | 118 ------- .../vein/normal_limonite.json | 191 ----------- .../vein/normal_magnetite.json | 159 --------- .../vein/normal_malachite.json | 68 ---- .../vein/normal_silver.json | 64 ---- .../vein/normal_sphalerite.json | 140 -------- .../vein/normal_tetrahedrite.json | 140 -------- .../configured_feature/vein/pitchblende.json | 153 --------- .../configured_feature/vein/redstone.json | 37 -- .../configured_feature/vein/salt.json | 87 ----- .../configured_feature/vein/saltpeter.json | 225 ------------ .../configured_feature/vein/scheelite.json | 75 ---- .../configured_feature/vein/sheldonite.json | 156 --------- .../vein/surface_bismuthinite.json | 216 ------------ .../vein/surface_cassiterite.json | 75 ---- .../vein/surface_copper.json | 118 ------- .../vein/surface_sphalerite.json | 216 ------------ .../vein/surface_tetrahedrite.json | 140 -------- .../placed_feature/vein/basaltic_sands.json | 5 - .../worldgen/placed_feature/vein/bauxite.json | 5 - .../placed_feature/vein/beryllium.json | 5 - .../placed_feature/vein/certus_quartz.json | 5 - .../worldgen/placed_feature/vein/coal.json | 5 - .../placed_feature/vein/deep_gold.json | 5 - .../placed_feature/vein/deep_hematite.json | 5 - .../placed_feature/vein/deep_limonite.json | 5 - .../placed_feature/vein/deep_magnetite.json | 5 - .../worldgen/placed_feature/vein/diamond.json | 5 - .../placed_feature/vein/garnet_amethyst.json | 5 - .../placed_feature/vein/garnet_opal.json | 5 - .../worldgen/placed_feature/vein/lapis.json | 5 - .../placed_feature/vein/manganese.json | 5 - .../placed_feature/vein/molybdenium.json | 5 - .../placed_feature/vein/monazite.json | 5 - .../placed_feature/vein/naquadah.json | 5 - .../vein/normal_bismuthinite.json | 5 - .../vein/normal_cassiterite.json | 5 - .../placed_feature/vein/normal_copper.json | 5 - .../vein/normal_garnierite.json | 5 - .../placed_feature/vein/normal_gold.json | 5 - .../placed_feature/vein/normal_hematite.json | 5 - .../placed_feature/vein/normal_limonite.json | 5 - .../placed_feature/vein/normal_magnetite.json | 5 - .../placed_feature/vein/normal_malachite.json | 5 - .../placed_feature/vein/normal_silver.json | 5 - .../vein/normal_sphalerite.json | 5 - .../vein/normal_tetrahedrite.json | 5 - .../placed_feature/vein/pitchblende.json | 5 - .../placed_feature/vein/redstone.json | 5 - .../worldgen/placed_feature/vein/salt.json | 5 - .../placed_feature/vein/saltpeter.json | 5 - .../placed_feature/vein/scheelite.json | 5 - .../placed_feature/vein/sheldonite.json | 5 - .../vein/surface_bismuthinite.json | 5 - .../vein/surface_cassiterite.json | 5 - .../placed_feature/vein/surface_copper.json | 5 - .../vein/surface_sphalerite.json | 5 - .../vein/surface_tetrahedrite.json | 5 - kubejs/server_scripts/tfc/veins.js | 60 ++++ kubejs/startup_scripts/tfc/constants.js | 77 ++++- 84 files changed, 138 insertions(+), 5804 deletions(-) delete mode 100644 kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/basaltic_sands.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/bauxite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/beryllium.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/certus_quartz.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/coal.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/deep_gold.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/deep_hematite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/deep_limonite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/deep_magnetite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/diamond.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/garnet_amethyst.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/garnet_opal.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/lapis.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/manganese.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/molybdenium.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/monazite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/naquadah.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_bismuthinite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_cassiterite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_copper.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_garnierite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_hematite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_limonite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_magnetite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_malachite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_silver.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_sphalerite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/normal_tetrahedrite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/pitchblende.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/redstone.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/salt.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/saltpeter.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/scheelite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/sheldonite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/surface_bismuthinite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/surface_cassiterite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/surface_copper.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/surface_sphalerite.json delete mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/surface_tetrahedrite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/basaltic_sands.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/bauxite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/beryllium.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/certus_quartz.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/coal.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/deep_gold.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/deep_hematite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/deep_limonite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/deep_magnetite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/diamond.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/garnet_amethyst.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/garnet_opal.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/lapis.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/manganese.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/molybdenium.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/monazite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/naquadah.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_bismuthinite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_cassiterite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_copper.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_garnierite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_gold.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_hematite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_limonite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_magnetite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_malachite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_silver.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_sphalerite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/normal_tetrahedrite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/pitchblende.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/redstone.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/salt.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/saltpeter.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/scheelite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/sheldonite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/surface_bismuthinite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/surface_cassiterite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/surface_copper.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/surface_sphalerite.json delete mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/surface_tetrahedrite.json create mode 100644 kubejs/server_scripts/tfc/veins.js diff --git a/config/xaerominimap_entities.json b/config/xaerominimap_entities.json index f7ab2ff22..485d87e8f 100644 --- a/config/xaerominimap_entities.json +++ b/config/xaerominimap_entities.json @@ -18,12 +18,12 @@ "displayNameWhenIconFails": true, "entityNumber": 1000.0, "alwaysDisplayNametags": false, - "startFadingAt": 0.0, "dotSize": 2.0, + "startFadingAt": 0.0, "renderOverMinimapFrame": 1.0, "icons": 1.0, - "heightLimit": 20.0, "names": 0.0, + "heightLimit": 20.0, "iconScale": 1.0 }, "subCategories": [ 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 deleted file mode 100644 index abb64e434..000000000 --- a/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "replace": true, - "values": [ - "tfc:vein/surface_bismuthinite", - "tfc:vein/surface_cassiterite", - "tfc:vein/surface_copper", - "tfc:vein/surface_sphalerite", - "tfc:vein/surface_tetrahedrite", - "tfc:vein/normal_bismuthinite", - "tfc:vein/normal_cassiterite", - "tfc:vein/normal_copper", - "tfc:vein/normal_garnierite", - "tfc:vein/normal_gold", - "tfc:vein/normal_hematite", - "tfc:vein/normal_limonite", - "tfc:vein/normal_magnetite", - "tfc:vein/normal_malachite", - "tfc:vein/normal_silver", - "tfc:vein/normal_sphalerite", - "tfc:vein/deep_gold", - "tfc:vein/deep_hematite", - "tfc:vein/deep_limonite", - "tfc:vein/deep_magnetite", - "tfc:vein/garnet_amethyst", - "tfc:vein/coal", - "tfc:vein/redstone", - "tfc:vein/diamond", - "tfc:vein/beryllium", - "tfc:vein/lapis", - "tfc:vein/salt", - "tfc:vein/garnet_opal", - "tfc:vein/bauxite", - "tfc:vein/naquadah", - "tfc:vein/pitchblende", - "tfc:vein/scheelite", - "tfc:vein/sheldonite", - "tfc:vein/certus_quartz", - "tfc:vein/manganese", - "tfc:vein/molybdenium", - "tfc:vein/monazite" - ] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/basaltic_sands.json b/kubejs/data/tfc/worldgen/configured_feature/vein/basaltic_sands.json deleted file mode 100644 index ae6763c3d..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/basaltic_sands.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:disc_vein", - "config": { - "rarity": 80, - "min_y": { - "absolute": 15 - }, - "max_y": { - "absolute": 60 - }, - "size": 24, - "density": 0.2, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_granite_basaltic_mineral_sand_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_granite_granitic_mineral_sand_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_granite_fullers_earth_ore" - }, - { - "weight": 15, - "block": "tfc:ore/gypsum/granite" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_basalt_basaltic_mineral_sand_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_basalt_granitic_mineral_sand_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_basalt_fullers_earth_ore" - }, - { - "weight": 15, - "block": "tfc:ore/gypsum/basalt" - } - ] - } - ], - "random_name": "basaltic_sands", - "height": 3 - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/bauxite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/bauxite.json deleted file mode 100644 index d39b3f95e..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/bauxite.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 85, - "min_y": { - "absolute": 10 - }, - "max_y": { - "absolute": 80 - }, - "size": 30, - "density": 0.3, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_shale_bauxite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_shale_ilmenite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_shale_aluminium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_claystone_bauxite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_claystone_ilmenite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_claystone_aluminium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_limestone_bauxite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_limestone_ilmenite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_limestone_aluminium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_conglomerate_bauxite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_conglomerate_ilmenite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_conglomerate_aluminium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_dolomite_bauxite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_dolomite_ilmenite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_dolomite_aluminium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_chert_bauxite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_chert_ilmenite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_chert_aluminium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_chalk_bauxite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_chalk_ilmenite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_chalk_aluminium_ore" - } - ] - } - ], - "random_name": "bauxite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/beryllium.json b/kubejs/data/tfc/worldgen/configured_feature/vein/beryllium.json deleted file mode 100644 index 53c87d34a..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/beryllium.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 130, - "min_y": { - "absolute": -64 - }, - "max_y": { - "absolute": 10 - }, - "size": 40, - "density": 0.35, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 65, - "block": "gtceu:tfc_rhyolite_beryllium_ore" - }, - { - "weight": 35, - "block": "gtceu:tfc_rhyolite_emerald_ore" - } - ] - } - ], - "random_name": "beryllium" - } -} \ 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 deleted file mode 100644 index 2c34d377b..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/certus_quartz.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "__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/coal.json b/kubejs/data/tfc/worldgen/configured_feature/vein/coal.json deleted file mode 100644 index 2e17b6cb3..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/coal.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 115, - "min_y": { - "absolute": 0 - }, - "max_y": { - "absolute": 210 - }, - "size": 60, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 97, - "block": "gtceu:tfc_shale_coal_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_shale_diamond_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 97, - "block": "gtceu:tfc_claystone_coal_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_claystone_diamond_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 97, - "block": "gtceu:tfc_limestone_coal_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_limestone_diamond_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 97, - "block": "gtceu:tfc_conglomerate_coal_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_conglomerate_diamond_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 97, - "block": "gtceu:tfc_dolomite_coal_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_dolomite_diamond_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 97, - "block": "gtceu:tfc_chert_coal_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_chert_diamond_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 97, - "block": "gtceu:tfc_chalk_coal_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_chalk_diamond_ore" - } - ] - } - ], - "random_name": "coal" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/deep_gold.json b/kubejs/data/tfc/worldgen/configured_feature/vein/deep_gold.json deleted file mode 100644 index 5f2260de6..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/deep_gold.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 110, - "min_y": { - "absolute": -64 - }, - "max_y": { - "absolute": 30 - }, - "size": 45, - "density": 0.7, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_goethite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_rhyolite_hematite_ore" - }, - { - "weight": 75, - "block": "gtceu:tfc_rhyolite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_basalt_goethite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_basalt_yellow_limonite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_basalt_hematite_ore" - }, - { - "weight": 75, - "block": "gtceu:tfc_basalt_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_andesite_goethite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_andesite_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_andesite_hematite_ore" - }, - { - "weight": 75, - "block": "gtceu:tfc_andesite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_dacite_goethite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_dacite_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dacite_hematite_ore" - }, - { - "weight": 75, - "block": "gtceu:tfc_dacite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_granite_goethite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_granite_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_granite_hematite_ore" - }, - { - "weight": 75, - "block": "gtceu:tfc_granite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_diorite_goethite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_diorite_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_diorite_hematite_ore" - }, - { - "weight": 75, - "block": "gtceu:tfc_diorite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_gabbro_goethite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_gabbro_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_gabbro_hematite_ore" - }, - { - "weight": 75, - "block": "gtceu:tfc_gabbro_gold_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_native_gold" - } - ] - }, - "random_name": "deep_gold" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/deep_hematite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/deep_hematite.json deleted file mode 100644 index d19f64b98..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/deep_hematite.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 100, - "min_y": { - "absolute": -64 - }, - "max_y": { - "absolute": 30 - }, - "size": 50, - "density": 0.8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 25, - "block": "gtceu:tfc_rhyolite_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_rhyolite_yellow_limonite_ore" - }, - { - "weight": 35, - "block": "gtceu:tfc_rhyolite_hematite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_gold_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_rhyolite_ruby_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 25, - "block": "gtceu:tfc_basalt_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_basalt_yellow_limonite_ore" - }, - { - "weight": 35, - "block": "gtceu:tfc_basalt_hematite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_basalt_gold_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_basalt_ruby_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 25, - "block": "gtceu:tfc_andesite_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_andesite_yellow_limonite_ore" - }, - { - "weight": 35, - "block": "gtceu:tfc_andesite_hematite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_andesite_gold_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_andesite_ruby_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 25, - "block": "gtceu:tfc_dacite_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dacite_yellow_limonite_ore" - }, - { - "weight": 35, - "block": "gtceu:tfc_dacite_hematite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_dacite_gold_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dacite_ruby_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_hematite" - } - ] - }, - "random_name": "deep_hematite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/deep_limonite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/deep_limonite.json deleted file mode 100644 index 880a0c5db..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/deep_limonite.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 100, - "min_y": { - "absolute": -64 - }, - "max_y": { - "absolute": 30 - }, - "size": 50, - "density": 0.8, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_shale_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_shale_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_shale_hematite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_shale_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_claystone_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_claystone_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_claystone_hematite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_claystone_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_limestone_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_limestone_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_limestone_hematite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_limestone_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_conglomerate_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_conglomerate_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_conglomerate_hematite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_conglomerate_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_dolomite_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dolomite_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dolomite_hematite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dolomite_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_chert_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chert_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chert_hematite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_chert_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_chalk_goethite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chalk_yellow_limonite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chalk_hematite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_chalk_malachite_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_limonite" - } - ] - }, - "random_name": "deep_limonite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/deep_magnetite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/deep_magnetite.json deleted file mode 100644 index ecee07e5e..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/deep_magnetite.json +++ /dev/null @@ -1,215 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 100, - "min_y": { - "absolute": -64 - }, - "max_y": { - "absolute": 30 - }, - "size": 55, - "density": 0.7, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_shale_magnetite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_shale_vanadium_magnetite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_shale_chromite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_shale_gold_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_shale_sapphire_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_claystone_magnetite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_claystone_vanadium_magnetite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_claystone_chromite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_claystone_gold_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_claystone_sapphire_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_limestone_magnetite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_limestone_vanadium_magnetite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_limestone_chromite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_limestone_gold_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_limestone_sapphire_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_conglomerate_magnetite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_conglomerate_vanadium_magnetite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_conglomerate_chromite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_conglomerate_gold_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_conglomerate_sapphire_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_dolomite_magnetite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dolomite_vanadium_magnetite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_dolomite_chromite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dolomite_gold_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_dolomite_sapphire_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_chert_magnetite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chert_vanadium_magnetite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_chert_chromite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chert_gold_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_chert_sapphire_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_chalk_magnetite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chalk_vanadium_magnetite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_chalk_chromite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chalk_gold_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_chalk_sapphire_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_magnetite" - } - ] - }, - "random_name": "deep_magnetite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/diamond.json b/kubejs/data/tfc/worldgen/configured_feature/vein/diamond.json deleted file mode 100644 index af12e4a4f..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/diamond.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:pipe_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -64 - }, - "max_y": { - "absolute": 100 - }, - "size": 60, - "density": 0.4, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_gabbro_graphite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gabbro_diamond_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_gabbro_coal_ore" - } - ] - } - ], - "random_name": "diamond", - "min_skew": 5, - "max_skew": 13, - "min_slant": 0, - "max_slant": 2 - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/garnet_amethyst.json b/kubejs/data/tfc/worldgen/configured_feature/vein/garnet_amethyst.json deleted file mode 100644 index 161d0422c..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/garnet_amethyst.json +++ /dev/null @@ -1,319 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:disc_vein", - "config": { - "rarity": 14, - "min_y": { - "absolute": 40 - }, - "max_y": { - "absolute": 60 - }, - "size": 8, - "density": 0.2, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_shale_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_shale_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_shale_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_shale_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_claystone_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_claystone_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_claystone_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_claystone_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_limestone_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_limestone_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_limestone_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_limestone_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_conglomerate_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_conglomerate_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_conglomerate_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_conglomerate_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_dolomite_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dolomite_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_dolomite_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dolomite_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_chert_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chert_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_chert_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chert_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_chalk_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chalk_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_chalk_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chalk_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_quartzite_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_quartzite_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_quartzite_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_quartzite_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_slate_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_slate_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_slate_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_slate_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_phyllite_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_phyllite_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_phyllite_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_phyllite_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_schist_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_schist_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_schist_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_schist_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_gneiss_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_gneiss_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_gneiss_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_gneiss_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_marble_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_marble_yellow_garnet_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_marble_amethyst_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_marble_opal_ore" - } - ] - } - ], - "random_name": "garnet_amethyst", - "biomes": "#tfc:is_river", - "height": 4 - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/garnet_opal.json b/kubejs/data/tfc/worldgen/configured_feature/vein/garnet_opal.json deleted file mode 100644 index a0ebae8bc..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/garnet_opal.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:disc_vein", - "config": { - "rarity": 14, - "min_y": { - "absolute": 40 - }, - "max_y": { - "absolute": 60 - }, - "size": 8, - "density": 0.2, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_rhyolite_yellow_garnet_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_rhyolite_amethyst_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_rhyolite_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_basalt_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_basalt_yellow_garnet_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_basalt_amethyst_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_basalt_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_andesite_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_andesite_yellow_garnet_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_andesite_amethyst_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_andesite_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_dacite_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dacite_yellow_garnet_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_dacite_amethyst_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_dacite_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_granite_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_granite_yellow_garnet_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_granite_amethyst_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_granite_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_diorite_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_diorite_yellow_garnet_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_diorite_amethyst_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_diorite_opal_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_gabbro_red_garnet_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_gabbro_yellow_garnet_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gabbro_amethyst_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_gabbro_opal_ore" - } - ] - } - ], - "random_name": "garnet_amethyst", - "biomes": "#tfc:is_river", - "height": 4 - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/lapis.json b/kubejs/data/tfc/worldgen/configured_feature/vein/lapis.json deleted file mode 100644 index 81aa4fc2b..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/lapis.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 70, - "min_y": { - "absolute": -60 - }, - "max_y": { - "absolute": 10 - }, - "size": 40, - "density": 0.25, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_quartzite_lazurite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_quartzite_sodalite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_quartzite_lapis_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_quartzite_calcite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_slate_lazurite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_slate_sodalite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_slate_lapis_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_slate_calcite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_phyllite_lazurite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_phyllite_sodalite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_phyllite_lapis_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_phyllite_calcite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_schist_lazurite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_schist_sodalite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_schist_lapis_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_schist_calcite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_gneiss_lazurite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gneiss_sodalite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gneiss_lapis_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_gneiss_calcite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_marble_lazurite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_marble_sodalite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_marble_lapis_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_marble_calcite_ore" - } - ] - } - ], - "random_name": "lapis" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/manganese.json b/kubejs/data/tfc/worldgen/configured_feature/vein/manganese.json deleted file mode 100644 index 26c612072..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/manganese.json +++ /dev/null @@ -1,271 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 70, - "min_y": { - "absolute": -30 - }, - "max_y": { - "absolute": 0 - }, - "size": 35, - "density": 0.25, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_rhyolite_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_rhyolite_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_rhyolite_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_rhyolite_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_basalt_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_basalt_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_basalt_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_basalt_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_andesite_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_andesite_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_andesite_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_andesite_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_dacite_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dacite_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dacite_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_dacite_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_shale_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_shale_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_shale_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_shale_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_claystone_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_claystone_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_claystone_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_claystone_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_limestone_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_limestone_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_limestone_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_limestone_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_conglomerate_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_conglomerate_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_conglomerate_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_conglomerate_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_dolomite_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dolomite_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dolomite_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_dolomite_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_chert_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_chert_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_chert_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_chert_tantalite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_chalk_grossular_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_chalk_spessartine_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_chalk_pyrolusite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_chalk_tantalite_ore" - } - ] - } - ], - "random_name": "manganese" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/molybdenium.json b/kubejs/data/tfc/worldgen/configured_feature/vein/molybdenium.json deleted file mode 100644 index 00b25b82e..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/molybdenium.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 150, - "min_y": { - "absolute": -64 - }, - "max_y": { - "absolute": 50 - }, - "size": 25, - "density": 0.25, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_rhyolite_wulfenite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_rhyolite_molybdenite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_rhyolite_molybdenum_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_rhyolite_powellite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_basalt_wulfenite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_basalt_molybdenite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_basalt_molybdenum_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_basalt_powellite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_andesite_wulfenite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_andesite_molybdenite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_andesite_molybdenum_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_andesite_powellite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_dacite_wulfenite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_dacite_molybdenite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dacite_molybdenum_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dacite_powellite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_granite_wulfenite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_granite_molybdenite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_granite_molybdenum_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_granite_powellite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_diorite_wulfenite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_diorite_molybdenite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_diorite_molybdenum_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_diorite_powellite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_gabbro_wulfenite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_gabbro_molybdenite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_gabbro_molybdenum_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_gabbro_powellite_ore" - } - ] - } - ], - "random_name": "molybdenium" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/monazite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/monazite.json deleted file mode 100644 index 66dbe98d7..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/monazite.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 80, - "min_y": { - "absolute": -50 - }, - "max_y": { - "absolute": 40 - }, - "size": 25, - "density": 0.25, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_granite_bastnasite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_granite_molybdenum_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_granite_neodymium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_diorite_bastnasite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_diorite_molybdenum_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_diorite_neodymium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 50, - "block": "gtceu:tfc_gabbro_bastnasite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gabbro_molybdenum_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gabbro_neodymium_ore" - } - ] - } - ], - "random_name": "monazite" - } -} \ 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 deleted file mode 100644 index c3aac85a8..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/naquadah.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "__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_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "weight": 75, - "block": "gtceu:tfc_slate_naquadah_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_slate_plutonium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "weight": 75, - "block": "gtceu:tfc_phyllite_naquadah_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_phyllite_plutonium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "weight": 75, - "block": "gtceu:tfc_schist_naquadah_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_schist_plutonium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 75, - "block": "gtceu:tfc_gneiss_naquadah_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gneiss_plutonium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 75, - "block": "gtceu:tfc_marble_naquadah_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_marble_plutonium_ore" - } - ] - } - ], - "random_name": "naquadah" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_bismuthinite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_bismuthinite.json deleted file mode 100644 index a7e43bb6a..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_bismuthinite.json +++ /dev/null @@ -1,216 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/granite" - }, - { - "weight": 9, - "block": "gtceu:tfc_granite_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_granite_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/diorite" - }, - { - "weight": 9, - "block": "gtceu:tfc_diorite_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_diorite_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/gabbro" - }, - { - "weight": 9, - "block": "gtceu:tfc_gabbro_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_gabbro_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/shale" - }, - { - "weight": 9, - "block": "gtceu:tfc_shale_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_shale_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/claystone" - }, - { - "weight": 9, - "block": "gtceu:tfc_claystone_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_claystone_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/limestone" - }, - { - "weight": 9, - "block": "gtceu:tfc_limestone_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_limestone_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/conglomerate" - }, - { - "weight": 9, - "block": "gtceu:tfc_conglomerate_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_conglomerate_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/dolomite" - }, - { - "weight": 9, - "block": "gtceu:tfc_dolomite_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_dolomite_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/chert" - }, - { - "weight": 9, - "block": "gtceu:tfc_chert_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_chert_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 80, - "block": "tfc:ore/normal_bismuthinite/chalk" - }, - { - "weight": 9, - "block": "gtceu:tfc_chalk_sulfur_ore" - }, - { - "weight": 11, - "block": "gtceu:tfc_chalk_lead_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_bismuthinite" - } - ] - }, - "random_name": "normal_bismuthinite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_cassiterite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_cassiterite.json deleted file mode 100644 index 80b3321ae..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_cassiterite.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_granite_cassiterite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_granite_tin_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_granite_topaz_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_diorite_cassiterite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_diorite_tin_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_gabbro_cassiterite_ore" - }, - { - "weight": 60, - "block": "gtceu:tfc_gabbro_tin_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite" - } - ] - }, - "random_name": "normal_cassiterite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_copper.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_copper.json deleted file mode 100644 index ee50ca6a8..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_copper.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 20, - "block": "gtceu:tfc_rhyolite_chalcopyrite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_iron_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_rhyolite_pyrite_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_rhyolite_copper_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 20, - "block": "gtceu:tfc_basalt_chalcopyrite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_basalt_iron_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_basalt_pyrite_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_basalt_copper_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 20, - "block": "gtceu:tfc_andesite_chalcopyrite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_andesite_iron_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_andesite_pyrite_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_andesite_copper_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 20, - "block": "gtceu:tfc_dacite_chalcopyrite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_dacite_iron_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_dacite_pyrite_ore" - }, - { - "weight": 65, - "block": "gtceu:tfc_dacite_copper_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_native_copper" - } - ] - }, - "random_name": "normal_copper" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_garnierite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_garnierite.json deleted file mode 100644 index 6f0240230..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_garnierite.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 70, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 60 - }, - "size": 35, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 40, - "block": "gtceu:tfc_gabbro_garnierite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_gabbro_nickel_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_gabbro_cobaltite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_gabbro_pentlandite_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_garnierite" - } - ] - }, - "random_name": "normal_garnierite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json deleted file mode 100644 index 5412513ae..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_gold.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 70, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 60 - }, - "size": 35, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_goethite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_rhyolite_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_rhyolite_hematite_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_rhyolite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_basalt_goethite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_basalt_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_basalt_hematite_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_basalt_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_andesite_goethite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_andesite_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_andesite_hematite_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_andesite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_dacite_goethite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dacite_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dacite_hematite_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_dacite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_granite_goethite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_granite_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_granite_hematite_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_granite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_diorite_goethite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_diorite_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_diorite_hematite_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_diorite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 5, - "block": "gtceu:tfc_gabbro_goethite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_gabbro_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_gabbro_hematite_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_gabbro_gold_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_native_gold" - } - ] - }, - "random_name": "normal_gold" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_hematite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_hematite.json deleted file mode 100644 index a81c871e7..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_hematite.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_rhyolite_goethite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_rhyolite_yellow_limonite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_rhyolite_hematite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_basalt_goethite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_basalt_yellow_limonite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_basalt_hematite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_basalt_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_andesite_goethite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_andesite_yellow_limonite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_andesite_hematite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_andesite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_dacite_goethite_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_dacite_yellow_limonite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_dacite_hematite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_dacite_gold_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_hematite" - } - ] - }, - "random_name": "normal_hematite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_limonite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_limonite.json deleted file mode 100644 index 855069e07..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_limonite.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_shale_goethite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_shale_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_shale_hematite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_shale_malachite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_shale_ruby_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_claystone_goethite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_claystone_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_claystone_hematite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_claystone_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_limestone_goethite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_limestone_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_limestone_hematite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_limestone_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_conglomerate_goethite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_conglomerate_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_conglomerate_hematite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_conglomerate_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_dolomite_goethite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_dolomite_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_dolomite_hematite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dolomite_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_chert_goethite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_chert_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_chert_hematite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chert_malachite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 15, - "block": "gtceu:tfc_chalk_goethite_ore" - }, - { - "weight": 50, - "block": "gtceu:tfc_chalk_yellow_limonite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_chalk_hematite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_chalk_malachite_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_limonite" - } - ] - }, - "random_name": "normal_limonite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_magnetite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_magnetite.json deleted file mode 100644 index bcaf1e64c..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_magnetite.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 65, - "block": "gtceu:tfc_shale_magnetite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_shale_vanadium_magnetite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_shale_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 65, - "block": "gtceu:tfc_claystone_magnetite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_claystone_vanadium_magnetite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_claystone_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 65, - "block": "gtceu:tfc_limestone_magnetite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_limestone_vanadium_magnetite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_limestone_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 65, - "block": "gtceu:tfc_conglomerate_magnetite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_conglomerate_vanadium_magnetite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_conglomerate_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 65, - "block": "gtceu:tfc_dolomite_magnetite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_dolomite_vanadium_magnetite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_dolomite_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 65, - "block": "gtceu:tfc_chert_magnetite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_chert_vanadium_magnetite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_chert_gold_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 65, - "block": "gtceu:tfc_chalk_magnetite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_chalk_vanadium_magnetite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_chalk_gold_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_magnetite" - } - ] - }, - "random_name": "normal_magnetite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_malachite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_malachite.json deleted file mode 100644 index ab6eea5d7..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_malachite.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 20, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 20, - "block": "tfc:ore/poor_malachite/marble" - }, - { - "weight": 50, - "block": "tfc:ore/normal_malachite/marble" - }, - { - "weight": 30, - "block": "tfc:ore/rich_malachite/marble" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 20, - "block": "tfc:ore/poor_malachite/limestone" - }, - { - "weight": 50, - "block": "tfc:ore/normal_malachite/limestone" - }, - { - "weight": 30, - "block": "tfc:ore/rich_malachite/limestone" - }, - { - "weight": 11, - "block": "tfc:ore/gypsum/limestone" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_malachite" - } - ] - }, - "random_name": "normal_malachite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_silver.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_silver.json deleted file mode 100644 index d7aab0e24..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_silver.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_granite_galena_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_granite_silver_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_granite_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 30, - "block": "gtceu:tfc_gneiss_galena_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_gneiss_silver_ore" - }, - { - "weight": 55, - "block": "gtceu:tfc_gneiss_lead_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_native_silver" - } - ] - }, - "random_name": "normal_silver" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_sphalerite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_sphalerite.json deleted file mode 100644 index 967e9b9fd..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_sphalerite.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_quartzite_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_quartzite_sphalerite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_quartzite_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_slate_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_slate_sphalerite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_slate_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_phyllite_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_phyllite_sphalerite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_phyllite_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_schist_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_schist_sphalerite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_schist_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_gneiss_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_gneiss_sphalerite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gneiss_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_marble_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_marble_sphalerite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_marble_pyrite_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_sphalerite" - } - ] - }, - "random_name": "normal_sphalerite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_tetrahedrite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/normal_tetrahedrite.json deleted file mode 100644 index 2d72f5b5f..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/normal_tetrahedrite.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 60, - "min_y": { - "absolute": -32 - }, - "max_y": { - "absolute": 75 - }, - "size": 40, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_quartzite_tetrahedrite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_quartzite_copper_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_quartzite_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_slate_tetrahedrite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_slate_copper_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_slate_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_phyllite_tetrahedrite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_phyllite_copper_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_phyllite_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_schist_tetrahedrite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_schist_copper_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_schist_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_gneiss_tetrahedrite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_gneiss_copper_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gneiss_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_marble_tetrahedrite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_marble_copper_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_marble_stibnite_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_tetrahedrite" - } - ] - }, - "random_name": "normal_tetrahedrite" - } -} \ 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 deleted file mode 100644 index f9c35fc79..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/pitchblende.json +++ /dev/null @@ -1,153 +0,0 @@ -{ - "__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/configured_feature/vein/redstone.json b/kubejs/data/tfc/worldgen/configured_feature/vein/redstone.json deleted file mode 100644 index 2ff2210e1..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/redstone.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 90, - "min_y": { - "absolute": -48 - }, - "max_y": { - "absolute": 100 - }, - "size": 25, - "density": 0.6, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_granite_redstone_ore" - }, - { - "weight": 35, - "block": "gtceu:tfc_granite_ruby_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_granite_cinnabar_ore" - } - ] - } - ], - "random_name": "redstone" - } -} \ 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 deleted file mode 100644 index 396a4cd8e..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/salt.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "__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_rock_salt_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_rock_salt_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_rock_salt_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/configured_feature/vein/saltpeter.json b/kubejs/data/tfc/worldgen/configured_feature/vein/saltpeter.json deleted file mode 100644 index 4fa5d835d..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/saltpeter.json +++ /dev/null @@ -1,225 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 50, - "min_y": { - "absolute": -55 - }, - "max_y": { - "absolute": 40 - }, - "size": 50, - "density": 0.1, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_granite_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_granite_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_granite_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_granite_alunite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_diorite_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_diorite_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_diorite_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_diorite_alunite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_gabbro_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gabbro_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gabbro_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gabbro_alunite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_quartzite_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_quartzite_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_quartzite_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_quartzite_alunite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_slate_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_slate_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_slate_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_slate_alunite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_phyllite_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_phyllite_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_phyllite_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_phyllite_alunite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_schist_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_schist_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_schist_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_schist_alunite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_gneiss_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gneiss_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gneiss_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_gneiss_alunite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 35, - "block": "gtceu:tfc_marble_saltpeter_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_marble_diatomite_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_marble_electrotine_ore" - }, - { - "weight": 25, - "block": "gtceu:tfc_marble_alunite_ore" - } - ] - } - ], - "random_name": "saltpeter" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/scheelite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/scheelite.json deleted file mode 100644 index a24ac5536..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/scheelite.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 125, - "min_y": { - "absolute": -30 - }, - "max_y": { - "absolute": 30 - }, - "size": 30, - "density": 0.3, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_granite_scheelite_ore" - }, - { - "weight": 45, - "block": "gtceu:tfc_granite_tungstate_ore" - }, - { - "weight": 45, - "block": "gtceu:tfc_granite_lithium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_diorite_scheelite_ore" - }, - { - "weight": 45, - "block": "gtceu:tfc_diorite_tungstate_ore" - }, - { - "weight": 45, - "block": "gtceu:tfc_diorite_lithium_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 45, - "block": "gtceu:tfc_gabbro_scheelite_ore" - }, - { - "weight": 45, - "block": "gtceu:tfc_gabbro_tungstate_ore" - }, - { - "weight": 45, - "block": "gtceu:tfc_gabbro_lithium_ore" - } - ] - } - ], - "random_name": "scheelite" - } -} \ 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 deleted file mode 100644 index 285046c07..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/sheldonite.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "__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_cooperite_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_cooperite_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_cooperite_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_cooperite_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_cooperite_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_cooperite_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/configured_feature/vein/surface_bismuthinite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/surface_bismuthinite.json deleted file mode 100644 index 2485401bf..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_bismuthinite.json +++ /dev/null @@ -1,216 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 20, - "min_y": { - "absolute": 60 - }, - "max_y": { - "absolute": 210 - }, - "size": 20, - "density": 0.2, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/granite" - }, - { - "weight": 3, - "block": "gtceu:tfc_granite_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_granite_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/diorite" - }, - { - "weight": 3, - "block": "gtceu:tfc_diorite_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_diorite_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/gabbro" - }, - { - "weight": 3, - "block": "gtceu:tfc_gabbro_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_gabbro_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/shale" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/shale" - }, - { - "weight": 3, - "block": "gtceu:tfc_shale_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_shale_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/claystone" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/claystone" - }, - { - "weight": 3, - "block": "gtceu:tfc_claystone_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_claystone_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/limestone" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/limestone" - }, - { - "weight": 3, - "block": "gtceu:tfc_limestone_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_limestone_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/conglomerate" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/conglomerate" - }, - { - "weight": 3, - "block": "gtceu:tfc_conglomerate_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_conglomerate_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dolomite" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/dolomite" - }, - { - "weight": 3, - "block": "gtceu:tfc_dolomite_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_dolomite_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chert" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/chert" - }, - { - "weight": 3, - "block": "gtceu:tfc_chert_sulfur_ore" - }, - { - "weight": 3, - "block": "gtceu:tfc_chert_lead_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/chalk" - ], - "with": [ - { - "weight": 90, - "block": "tfc:ore/normal_bismuthinite/chalk" - }, - { - "weight": 3, - "block": "gtceu:tfc_chalk_sulfur_ore" - }, - { - "weight": 7, - "block": "gtceu:tfc_chalk_lead_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_bismuthinite" - } - ] - }, - "random_name": "surface_bismuthinite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_cassiterite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/surface_cassiterite.json deleted file mode 100644 index 94106ae28..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_cassiterite.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 20, - "min_y": { - "absolute": 60 - }, - "max_y": { - "absolute": 210 - }, - "size": 20, - "density": 0.4, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/granite" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_granite_cassiterite_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_granite_tin_ore" - }, - { - "weight": 20, - "block": "gtceu:tfc_granite_topaz_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/diorite" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_diorite_cassiterite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_diorite_tin_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gabbro" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_gabbro_cassiterite_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_gabbro_tin_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_cassiterite" - } - ] - }, - "random_name": "surface_cassiterite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_copper.json b/kubejs/data/tfc/worldgen/configured_feature/vein/surface_copper.json deleted file mode 100644 index 1e7287e94..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_copper.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 20, - "min_y": { - "absolute": 60 - }, - "max_y": { - "absolute": 210 - }, - "size": 20, - "density": 0.4, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 70, - "block": "gtceu:tfc_rhyolite_chalcopyrite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_rhyolite_zeolite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_cassiterite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_rhyolite_realgar_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 70, - "block": "gtceu:tfc_basalt_chalcopyrite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_basalt_zeolite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_basalt_cassiterite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_basalt_realgar_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 70, - "block": "gtceu:tfc_andesite_chalcopyrite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_andesite_zeolite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_andesite_cassiterite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_andesite_realgar_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 70, - "block": "gtceu:tfc_dacite_chalcopyrite_ore" - }, - { - "weight": 15, - "block": "gtceu:tfc_dacite_zeolite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_dacite_cassiterite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_dacite_realgar_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_native_copper" - } - ] - }, - "random_name": "surface_copper" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_sphalerite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/surface_sphalerite.json deleted file mode 100644 index 77fecbf52..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_sphalerite.json +++ /dev/null @@ -1,216 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 20, - "min_y": { - "absolute": 60 - }, - "max_y": { - "absolute": 210 - }, - "size": 20, - "density": 0.4, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_quartzite_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_quartzite_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_quartzite_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_slate_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_slate_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_slate_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_phyllite_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_phyllite_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_phyllite_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_schist_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_schist_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_schist_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_gneiss_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_gneiss_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_gneiss_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_marble_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_marble_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_marble_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/rhyolite" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_rhyolite_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_rhyolite_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_rhyolite_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/basalt" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_basalt_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_basalt_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_basalt_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/andesite" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_andesite_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_andesite_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_andesite_pyrite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/dacite" - ], - "with": [ - { - "weight": 55, - "block": "gtceu:tfc_dacite_sulfur_ore" - }, - { - "weight": 40, - "block": "gtceu:tfc_dacite_sphalerite_ore" - }, - { - "weight": 5, - "block": "gtceu:tfc_dacite_pyrite_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_sphalerite" - } - ] - }, - "random_name": "surface_sphalerite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_tetrahedrite.json b/kubejs/data/tfc/worldgen/configured_feature/vein/surface_tetrahedrite.json deleted file mode 100644 index 1ebc0b049..000000000 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/surface_tetrahedrite.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", - "config": { - "rarity": 20, - "min_y": { - "absolute": 60 - }, - "max_y": { - "absolute": 210 - }, - "size": 20, - "density": 0.5, - "blocks": [ - { - "replace": [ - "tfc:rock/raw/quartzite" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_quartzite_tetrahedrite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_quartzite_copper_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_quartzite_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/slate" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_slate_tetrahedrite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_slate_copper_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_slate_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/phyllite" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_phyllite_tetrahedrite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_phyllite_copper_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_phyllite_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/schist" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_schist_tetrahedrite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_schist_copper_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_schist_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/gneiss" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_gneiss_tetrahedrite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_gneiss_copper_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_gneiss_stibnite_ore" - } - ] - }, - { - "replace": [ - "tfc:rock/raw/marble" - ], - "with": [ - { - "weight": 60, - "block": "gtceu:tfc_marble_tetrahedrite_ore" - }, - { - "weight": 10, - "block": "gtceu:tfc_marble_copper_ore" - }, - { - "weight": 30, - "block": "gtceu:tfc_marble_stibnite_ore" - } - ] - } - ], - "indicator": { - "rarity": 12, - "blocks": [ - { - "block": "tfc:ore/small_tetrahedrite" - } - ] - }, - "random_name": "surface_tetrahedrite" - } -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/basaltic_sands.json b/kubejs/data/tfc/worldgen/placed_feature/vein/basaltic_sands.json deleted file mode 100644 index 2348e0b86..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/basaltic_sands.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/basaltic_sands", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/bauxite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/bauxite.json deleted file mode 100644 index 90be244d9..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/bauxite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/bauxite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/beryllium.json b/kubejs/data/tfc/worldgen/placed_feature/vein/beryllium.json deleted file mode 100644 index 9a740a0e8..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/beryllium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/beryllium", - "placement": [] -} \ 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 deleted file mode 100644 index 0f579ae70..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/certus_quartz.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__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/coal.json b/kubejs/data/tfc/worldgen/placed_feature/vein/coal.json deleted file mode 100644 index b4413676d..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/coal.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/coal", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/deep_gold.json b/kubejs/data/tfc/worldgen/placed_feature/vein/deep_gold.json deleted file mode 100644 index b65d10c89..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/deep_gold.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/deep_gold", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/deep_hematite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/deep_hematite.json deleted file mode 100644 index a221de77a..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/deep_hematite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/deep_hematite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/deep_limonite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/deep_limonite.json deleted file mode 100644 index ba7ffecdf..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/deep_limonite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/deep_limonite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/deep_magnetite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/deep_magnetite.json deleted file mode 100644 index 3251af93a..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/deep_magnetite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/deep_magnetite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/diamond.json b/kubejs/data/tfc/worldgen/placed_feature/vein/diamond.json deleted file mode 100644 index 7750a7b3e..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/diamond.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/diamond", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/garnet_amethyst.json b/kubejs/data/tfc/worldgen/placed_feature/vein/garnet_amethyst.json deleted file mode 100644 index d1558413d..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/garnet_amethyst.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/garnet_amethyst", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/garnet_opal.json b/kubejs/data/tfc/worldgen/placed_feature/vein/garnet_opal.json deleted file mode 100644 index a89f88a3a..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/garnet_opal.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/garnet_opal", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/lapis.json b/kubejs/data/tfc/worldgen/placed_feature/vein/lapis.json deleted file mode 100644 index ed7ec97d5..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/lapis.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/lapis", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/manganese.json b/kubejs/data/tfc/worldgen/placed_feature/vein/manganese.json deleted file mode 100644 index 5b4b50f6a..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/manganese.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/manganese", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/molybdenium.json b/kubejs/data/tfc/worldgen/placed_feature/vein/molybdenium.json deleted file mode 100644 index 7ea407177..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/molybdenium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/molybdenium", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/monazite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/monazite.json deleted file mode 100644 index 2d0eb6b29..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/monazite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/monazite", - "placement": [] -} \ 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 deleted file mode 100644 index 513ce7a8a..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/naquadah.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/naquadah", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_bismuthinite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_bismuthinite.json deleted file mode 100644 index 4057c303c..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_bismuthinite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_bismuthinite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_cassiterite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_cassiterite.json deleted file mode 100644 index 679bc4beb..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_cassiterite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_cassiterite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_copper.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_copper.json deleted file mode 100644 index da712531d..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_copper.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_copper", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_garnierite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_garnierite.json deleted file mode 100644 index bdee45d85..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_garnierite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_garnierite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_gold.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_gold.json deleted file mode 100644 index 6cd3d50e6..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_gold.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_gold", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_hematite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_hematite.json deleted file mode 100644 index 423ae3892..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_hematite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_hematite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_limonite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_limonite.json deleted file mode 100644 index 5664198c5..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_limonite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_limonite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_magnetite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_magnetite.json deleted file mode 100644 index b1fe2cdf8..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_magnetite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_magnetite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_malachite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_malachite.json deleted file mode 100644 index 4d27bd3f9..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_malachite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_malachite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_silver.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_silver.json deleted file mode 100644 index 81c6e0d8a..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_silver.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_silver", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_sphalerite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_sphalerite.json deleted file mode 100644 index c003ba2bb..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_sphalerite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_sphalerite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_tetrahedrite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/normal_tetrahedrite.json deleted file mode 100644 index 5dfe92a9e..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/normal_tetrahedrite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/normal_tetrahedrite", - "placement": [] -} \ 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 deleted file mode 100644 index 8e98bc170..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/pitchblende.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/pitchblende", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/redstone.json b/kubejs/data/tfc/worldgen/placed_feature/vein/redstone.json deleted file mode 100644 index bc5288528..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/redstone.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/redstone", - "placement": [] -} \ 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 deleted file mode 100644 index 20da2ab48..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/salt.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/salt", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/saltpeter.json b/kubejs/data/tfc/worldgen/placed_feature/vein/saltpeter.json deleted file mode 100644 index 224c690cf..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/saltpeter.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/saltpeter", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/scheelite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/scheelite.json deleted file mode 100644 index b1342b58a..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/scheelite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/scheelite", - "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 deleted file mode 100644 index b039210d5..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/sheldonite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/sheldonite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_bismuthinite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/surface_bismuthinite.json deleted file mode 100644 index ef537bbc5..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_bismuthinite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/surface_bismuthinite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_cassiterite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/surface_cassiterite.json deleted file mode 100644 index b59eb18b7..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_cassiterite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/surface_cassiterite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_copper.json b/kubejs/data/tfc/worldgen/placed_feature/vein/surface_copper.json deleted file mode 100644 index fe6074659..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_copper.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/surface_copper", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_sphalerite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/surface_sphalerite.json deleted file mode 100644 index 2e0d057a0..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_sphalerite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/surface_sphalerite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_tetrahedrite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/surface_tetrahedrite.json deleted file mode 100644 index 934595e17..000000000 --- a/kubejs/data/tfc/worldgen/placed_feature/vein/surface_tetrahedrite.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "feature": "tfc:vein/surface_tetrahedrite", - "placement": [] -} \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/veins.js b/kubejs/server_scripts/tfc/veins.js new file mode 100644 index 000000000..664f62ca9 --- /dev/null +++ b/kubejs/server_scripts/tfc/veins.js @@ -0,0 +1,60 @@ +// priority: 0 + +ServerEvents.highPriorityData(event => { + + const veinsJson = { + replace: true, + values: [] + } + + global.veins.forEach(vein => { + + const placedFeatureVeinJson = { + feature: `tfc:vein/${vein.random_name}`, + placement: [] + } + + const configuredFeatureVeinJson = { + type: vein.veinType, + config: { + rarity: vein.rarity, + min_y: { + absolute: vein.minY + }, + max_y: { + absolute: vein.maxY + }, + size: vein.size, + density: vein.density, + blocks: [], + indicator: vein.indicator, + random_name: vein.random_name + } + } + + vein.stoneTypes.forEach(stoneType => { + const someJson = { + replace: [ + `tfc:rock/raw/${stoneType}` + ], + with: [] + } + + vein.ores.forEach(ore => { + someJson.with.push({ + weight: ore.weight, + block: `gtceu:tfc_${stoneType}_${ore.material}_ore` + }) + }) + + configuredFeatureVeinJson.config.blocks.push(someJson); + }) + + veinsJson.values.push(`tfc:vein/${vein.random_name}`) + + event.addJson(`tfc:worldgen/configured_feature/vein/${vein.random_name}`, configuredFeatureVeinJson) + event.addJson(`tfc:worldgen/placed_feature/vein/${vein.random_name}`, placedFeatureVeinJson) + }) + + event.addJson(`tfc:tags/worldgen/placed_feature/in_biome/veins`, veinsJson) +}) \ No newline at end of file diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index 9211d6291..7e8cde58c 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -47,4 +47,79 @@ global.allTFCStoneTypeNamesOnlyDups = [ 'diorite', 'andesite', 'granite' -]; \ No newline at end of file +]; + +global.veins = [ + { + random_name: "normal_gold", + veinType: "tfc:disc_vein", + rarity: 70, + maxY: 60, + minY: -32, + size: 35, + density: 0.6, + stoneTypes: ["rhyolite", "basalt", "andesite", "dacite", "granite", "diorite", "gabbro"], + ores: [ + { + weight: 5, + material: "goethite" + }, + { + weight: 20, + material: "yellow_limonite" + }, + { + weight: 20, + material: "hematite" + }, + { + weight: 55, + material: "gold" + } + ], + indicator: { + rarity: 12, + blocks: [ + { + block: "tfc:ore/small_native_gold" + } + ] + } + } + /*, + { + name: "", + veinType: "tfc:disc_vein", + rarity: "", + maxY: 0, + minY: 0, + size: 0, + density: 0.0, + stoneTypes: ["marble", "diorite"], + ores: [ + { + weight: 0, + ore: "" + } + ], + customOreRules: [ + { + stoneType: "", + ores: [ + { + weight: 0, + ore: "" + } + ] + } + ], + indicator: { + rarity: 12, + blocks: [ + { + block: "tfc:ore/small_native_gold" + } + ] + } + }*/ +] \ No newline at end of file