From 08f48960eb9696f211fac7a906cedf1d34889f2a Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:00:43 +0700 Subject: [PATCH] + vein --- .../vein/basaltic_sands.json | 5 +- .../configured_feature/vein/lapis.json | 156 ++++++++++++++++++ .../worldgen/placed_feature/vein/lapis.json | 5 + 3 files changed, 164 insertions(+), 2 deletions(-) create mode 100644 kubejs/data/tfc/worldgen/configured_feature/vein/lapis.json create mode 100644 kubejs/data/tfc/worldgen/placed_feature/vein/lapis.json diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/basaltic_sands.json b/kubejs/data/tfc/worldgen/configured_feature/vein/basaltic_sands.json index 6c8dad758..ae6763c3d 100644 --- a/kubejs/data/tfc/worldgen/configured_feature/vein/basaltic_sands.json +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/basaltic_sands.json @@ -1,6 +1,6 @@ { "__comment__": "This file was automatically created by mcresources", - "type": "tfc:cluster_vein", + "type": "tfc:disc_vein", "config": { "rarity": 80, "min_y": { @@ -59,6 +59,7 @@ ] } ], - "random_name": "basaltic_sands" + "random_name": "basaltic_sands", + "height": 3 } } \ 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 new file mode 100644 index 000000000..81aa4fc2b --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/lapis.json @@ -0,0 +1,156 @@ +{ + "__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/placed_feature/vein/lapis.json b/kubejs/data/tfc/worldgen/placed_feature/vein/lapis.json new file mode 100644 index 000000000..ed7ec97d5 --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/lapis.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/lapis", + "placement": [] +} \ No newline at end of file