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 12ca113d1..e1726e2d4 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 @@ -29,6 +29,7 @@ "tfc:vein/beryllium", "tfc:vein/lapis", "tfc:vein/salt", - "tfc:vein/garnet_opal" + "tfc:vein/garnet_opal", + "tfc:vein/bauxite" ] } \ 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 new file mode 100644 index 000000000..d39b3f95e --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/bauxite.json @@ -0,0 +1,151 @@ +{ + "__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/placed_feature/vein/bauxite.json b/kubejs/data/tfc/worldgen/placed_feature/vein/bauxite.json new file mode 100644 index 000000000..90be244d9 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/bauxite.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/bauxite", + "placement": [] +} \ No newline at end of file