This commit is contained in:
SpeeeDCraft 2023-10-22 20:11:35 +07:00
parent fad7dcd461
commit acab2792d8
5 changed files with 84 additions and 40 deletions

View file

@ -18,12 +18,12 @@
"displayNameWhenIconFails": true,
"entityNumber": 1000.0,
"alwaysDisplayNametags": false,
"startFadingAt": 0.0,
"dotSize": 2.0,
"startFadingAt": 0.0,
"renderOverMinimapFrame": 1.0,
"icons": 1.0,
"names": 0.0,
"heightLimit": 20.0,
"names": 0.0,
"iconScale": 1.0
},
"subCategories": [

View file

@ -32,6 +32,7 @@
"tfc:vein/garnet_opal",
"tfc:vein/bauxite",
"tfc:vein/naquadah",
"tfc:vein/pitchblende"
"tfc:vein/pitchblende",
"tfc:vein/scheelite"
]
}

View file

@ -1,37 +0,0 @@
{
"__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"
}
}

View file

@ -0,0 +1,75 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:cluster_vein",
"config": {
"rarity": 125,
"min_y": {
"absolute": -30
},
"max_y": {
"absolute": 30
},
"size": 30,
"density": 0.3,
"blocks": [
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 45,
"block": "gtceu:tfc_granite_scheelite_ore"
},
{
"weight": 45,
"block": "gtceu:tfc_granite_tungstate_ore"
},
{
"weight": 45,
"block": "gtceu:tfc_granite_lithium_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 45,
"block": "gtceu:tfc_diorite_scheelite_ore"
},
{
"weight": 45,
"block": "gtceu:tfc_diorite_tungstate_ore"
},
{
"weight": 45,
"block": "gtceu:tfc_diorite_lithium_ore"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 45,
"block": "gtceu:tfc_gabbro_scheelite_ore"
},
{
"weight": 45,
"block": "gtceu:tfc_gabbro_tungstate_ore"
},
{
"weight": 45,
"block": "gtceu:tfc_gabbro_lithium_ore"
}
]
}
],
"random_name": "scheelite"
}
}

View file

@ -0,0 +1,5 @@
{
"__comment__": "This file was automatically created by mcresources",
"feature": "tfc:vein/scheelite",
"placement": []
}