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 1bdbe0b8e..11208eb38 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 @@ -23,6 +23,9 @@ "tfc:vein/deep_limonite", "tfc:vein/deep_magnetite", "tfc:vein/garnet_amethyst", - "tfc:vein/coal" + "tfc:vein/coal", + "tfc:vein/redstone", + "tfc:vein/diamond", + "tfc:vein/beryllium" ] } \ 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 new file mode 100644 index 000000000..53c87d34a --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/beryllium.json @@ -0,0 +1,33 @@ +{ + "__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/diamond.json b/kubejs/data/tfc/worldgen/configured_feature/vein/diamond.json new file mode 100644 index 000000000..af12e4a4f --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/diamond.json @@ -0,0 +1,41 @@ +{ + "__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/example.json b/kubejs/data/tfc/worldgen/configured_feature/vein/example.json new file mode 100644 index 000000000..6a057a707 --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/example.json @@ -0,0 +1,37 @@ +{ + "__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_tin_ore" + } + ] + } + ], + "indicator": { + "rarity": 12, + "blocks": [ + { + "block": "tfc:ore/small_native_gold" + } + ] + }, + "random_name": "example" + } +} \ 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 new file mode 100644 index 000000000..2ff2210e1 --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/redstone.json @@ -0,0 +1,37 @@ +{ + "__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/placed_feature/vein/beryllium.json b/kubejs/data/tfc/worldgen/placed_feature/vein/beryllium.json new file mode 100644 index 000000000..9a740a0e8 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/beryllium.json @@ -0,0 +1,5 @@ +{ + "__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/diamond.json b/kubejs/data/tfc/worldgen/placed_feature/vein/diamond.json new file mode 100644 index 000000000..7750a7b3e --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/diamond.json @@ -0,0 +1,5 @@ +{ + "__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/redstone.json b/kubejs/data/tfc/worldgen/placed_feature/vein/redstone.json new file mode 100644 index 000000000..bc5288528 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/redstone.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/redstone", + "placement": [] +} \ No newline at end of file