diff --git a/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json b/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json index 9e5fd82e1..81bb8495b 100644 --- a/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json +++ b/kubejs/data/tfc/tags/worldgen/placed_feature/in_biome/veins.json @@ -36,6 +36,7 @@ "tfc:vein/scheelite", "tfc:vein/sheldonite", "tfc:vein/certus_quartz", - "tfc:vein/manganese" + "tfc:vein/manganese", + "tfc:vein/molybdenium" ] } \ 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 new file mode 100644 index 000000000..24ac32b6e --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/molybdenium.json @@ -0,0 +1,179 @@ +{ + "__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_molybdenium_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_molybdenium_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_molybdenium_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_molybdenium_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_molybdenium_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_molybdenium_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_molybdenium_ore" + }, + { + "weight": 15, + "block": "gtceu:tfc_gabbro_powellite_ore" + } + ] + } + ], + "random_name": "example" + } +} \ 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 new file mode 100644 index 000000000..7ea407177 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/molybdenium.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/molybdenium", + "placement": [] +} \ No newline at end of file