added different oil spouts, changed ore veins a little
This commit is contained in:
parent
941c5848a3
commit
79a169de20
50 changed files with 911 additions and 461 deletions
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "gtceu:fluid_sprout",
|
||||
"config": {
|
||||
"fluid": "gtceu:oil_heavy",
|
||||
"size": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 13,
|
||||
"min_inclusive": 9
|
||||
}
|
||||
},
|
||||
"sprout_chance": 1.0,
|
||||
"surface_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 3,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "gtceu:fluid_sprout",
|
||||
"config": {
|
||||
"fluid": "minecraft:lava",
|
||||
"size": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 16,
|
||||
"min_inclusive": 12
|
||||
}
|
||||
},
|
||||
"sprout_chance": 1.0,
|
||||
"surface_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 2,
|
||||
"min_inclusive": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "gtceu:fluid_sprout",
|
||||
"config": {
|
||||
"fluid": "gtceu:oil_light",
|
||||
"size": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 13,
|
||||
"min_inclusive": 9
|
||||
}
|
||||
},
|
||||
"sprout_chance": 1.0,
|
||||
"surface_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "gtceu:fluid_sprout",
|
||||
"config": {
|
||||
"fluid": "gtceu:oil",
|
||||
"size": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 13,
|
||||
"min_inclusive": 9
|
||||
}
|
||||
},
|
||||
"sprout_chance": 1.0,
|
||||
"surface_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "gtceu:fluid_sprout",
|
||||
"config": {
|
||||
"fluid": "gtceu:oil_medium",
|
||||
"size": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 13,
|
||||
"min_inclusive": 9
|
||||
}
|
||||
},
|
||||
"sprout_chance": 1.0,
|
||||
"surface_offset": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 7,
|
||||
"min_inclusive": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,131 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 60,
|
||||
"rarity": 150,
|
||||
"density": 0.2,
|
||||
"min_y": 30,
|
||||
"max_y": 70,
|
||||
"random_name": "desert_oilsands",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/shale"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:shale_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/claystone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:claystone_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/limestone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:limestone_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/conglomerate"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:conglomerate_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dolomite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dolomite_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chert"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chert_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/chalk"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:chalk_oilsands_ore",
|
||||
"weight": 100
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_oilsands_block",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 12,
|
||||
"depth": 50,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:oilsands_indicator",
|
||||
"weight": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"rarity": 250,
|
||||
"density": 0.35,
|
||||
"min_y": -32,
|
||||
"max_y": 50,
|
||||
"max_y": 30,
|
||||
"random_name": "normal_beryllium",
|
||||
"blocks": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 55,
|
||||
"rarity": 185,
|
||||
"size": 30,
|
||||
"rarity": 220,
|
||||
"density": 0.2,
|
||||
"min_y": 0,
|
||||
"max_y": 70,
|
||||
"min_y": 40,
|
||||
"max_y": 90,
|
||||
"random_name": "normal_oilsands",
|
||||
"blocks": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"min_slant": 0,
|
||||
"max_slant": 4,
|
||||
"sign": 0,
|
||||
"rarity": 250,
|
||||
"rarity": 300,
|
||||
"density": 0.45,
|
||||
"min_y": 32,
|
||||
"max_y": 128,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"height": 6,
|
||||
"size": 20,
|
||||
"rarity": 30,
|
||||
"density": 0.2,
|
||||
"min_y": 40,
|
||||
"max_y": 65,
|
||||
"random_name": "venus_manual_salt",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:dripstone_block"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dripstone_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:venus_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:venus_stone_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt",
|
||||
"minecraft:basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 20,
|
||||
"depth": 30,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:rock_salt_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rock_salt_bud_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:salt_indicator",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:salt_bud_indicator",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:lepidolite_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:spodumene_indicator",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,136 @@
|
|||
{
|
||||
"__credits__": "This vein was automatically generated by OresToFieldGuide.",
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 20,
|
||||
"rarity": 30,
|
||||
"density": 0.2,
|
||||
"min_y": 40,
|
||||
"max_y": 65,
|
||||
"random_name": "venus_manual_sulfur",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:dripstone_block"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dripstone_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:venus_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:venus_stone_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt",
|
||||
"minecraft:basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 20,
|
||||
"depth": 30,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 200,
|
||||
"blocks": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,208 +0,0 @@
|
|||
{
|
||||
"type": "tfc:disc_vein",
|
||||
"config": {
|
||||
"height": 6,
|
||||
"size": 20,
|
||||
"rarity": 30,
|
||||
"density": 0.2,
|
||||
"min_y": 40,
|
||||
"max_y": 65,
|
||||
"random_name": "venus_manual_salt",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:venus_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:venus_stone_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:dripstone_block"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dripstone_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_rock_salt_ore",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_salt_block",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_salt_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_lepidolite_ore",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_spodumene_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 10,
|
||||
"depth": 30,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 180,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:rock_salt_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rock_salt_bud_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:salt_indicator",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:salt_bud_indicator",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"block": "gtceu:lepidolite_indicator",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"block": "gtceu:spodumene_indicator",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,172 +0,0 @@
|
|||
{
|
||||
"type": "tfc:cluster_vein",
|
||||
"config": {
|
||||
"size": 20,
|
||||
"rarity": 30,
|
||||
"density": 0.2,
|
||||
"min_y": 40,
|
||||
"max_y": 65,
|
||||
"random_name": "venus_manual_sulfur",
|
||||
"blocks": [
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/rhyolite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:rhyolite_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:rhyolite_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/basalt",
|
||||
"minecraft:basalt"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:basalt_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:basalt_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"minecraft:dripstone_block"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dripstone_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dripstone_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"ad_astra:venus_stone"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:venus_stone_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:venus_stone_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/andesite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:andesite_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:andesite_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"replace": [
|
||||
"tfc:rock/raw/dacite"
|
||||
],
|
||||
"with": [
|
||||
{
|
||||
"block": "gtceu:dacite_sulfur_ore",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:raw_sulfur_block",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_pyrite_ore",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "gtceu:dacite_sphalerite_ore",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"indicator": {
|
||||
"rarity": 20,
|
||||
"depth": 30,
|
||||
"underground_rarity": 40,
|
||||
"underground_count": 180,
|
||||
"blocks": [
|
||||
{
|
||||
"block": "gtceu:sulfur_indicator",
|
||||
"weight": 80
|
||||
},
|
||||
{
|
||||
"block": "gtceu:pyrite_indicator",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"block": "tfc:ore/small_sphalerite",
|
||||
"weight": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue