2 new veins

This commit is contained in:
SpeeeDCraft 2023-10-21 19:47:58 +07:00
parent 35e1583f10
commit b93f823442
7 changed files with 302 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"__comment__": "This file was automatically created by mcresources",
"replace": false,
"replace": true,
"values": [
]
}

View file

@ -0,0 +1,216 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 20,
"min_y": {
"absolute": 60
},
"max_y": {
"absolute": 210
},
"size": 15,
"density": 0.2,
"blocks": [
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_granite_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_granite_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_granite_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_diorite_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_diorite_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_diorite_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_gabbro_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_gabbro_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_gabbro_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/shale"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_shale_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_shale_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_shale_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/claystone"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_claystone_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_claystone_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_claystone_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/limestone"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_limestone_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_limestone_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_limestone_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/conglomerate"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_conglomerate_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_conglomerate_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_conglomerate_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/dolomite"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_dolomite_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_dolomite_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_dolomite_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/chert"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_chert_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_chert_sulfur_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_chert_lead_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/chalk"
],
"with": [
{
"weight": 90,
"block": "gtceu:tfc_chalk_bismuth_ore"
},
{
"weight": 3,
"block": "gtceu:tfc_chalk_sulfur_ore"
},
{
"weight": 7,
"block": "gtceu:tfc_chalk_lead_ore"
}
]
}
],
"indicator": {
"rarity": 12,
"blocks": [
{
"block": "tfc:ore/small_bismuthinite"
}
]
},
"random_name": "surface_bismuthinite"
}
}

View file

@ -0,0 +1,75 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 20,
"min_y": {
"absolute": 60
},
"max_y": {
"absolute": 210
},
"size": 15,
"density": 0.4,
"blocks": [
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 60,
"block": "gtceu:tfc_granite_cassiterite_ore"
},
{
"weight": 20,
"block": "gtceu:tfc_granite_tin_ore"
},
{
"weight": 20,
"block": "gtceu:tfc_granite_topaz_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 60,
"block": "gtceu:tfc_diorite_cassiterite_ore"
},
{
"weight": 40,
"block": "gtceu:tfc_diorite_tin_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 60,
"block": "gtceu:tfc_gabbro_cassiterite_ore"
},
{
"weight": 40,
"block": "gtceu:tfc_gabbro_tin_ore"
}
]
}
],
"indicator": {
"rarity": 12,
"blocks": [
{
"block": "tfc:ore/small_cassiterite"
}
]
},
"random_name": "surface_cassiterite"
}
}