diff --git a/kubejs/data/tfc/worldgen/configured_feature/vein/saltpeter.json b/kubejs/data/tfc/worldgen/configured_feature/vein/saltpeter.json new file mode 100644 index 000000000..4fa5d835d --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_feature/vein/saltpeter.json @@ -0,0 +1,225 @@ +{ + "__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/placed_feature/vein/saltpeter.json b/kubejs/data/tfc/worldgen/placed_feature/vein/saltpeter.json new file mode 100644 index 000000000..224c690cf --- /dev/null +++ b/kubejs/data/tfc/worldgen/placed_feature/vein/saltpeter.json @@ -0,0 +1,5 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "feature": "tfc:vein/saltpeter", + "placement": [] +} \ No newline at end of file