Skip to content

Commit

Permalink
Added Platinum Ore Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbitalHare committed Sep 26, 2024
1 parent b388795 commit 57f1c50
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"type": "tfc:cluster_vein",
"config": {
"rarity": 90,
"density": 0.25,
"min_y": 0,
"max_y": 100,
"size": 15,
"random_name": "normal_native_platinum",
"blocks": [
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 35,
"block": "terrafirmamisc:ore/poor_native_platinum/granite"
},
{
"weight": 40,
"block": "terrafirmamisc:ore/normal_native_platinum/granite"
},
{
"weight": 25,
"block": "terrafirmamisc:ore/rich_native_platinum/granite"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 35,
"block": "terrafirmamisc:ore/poor_native_platinum/diorite"
},
{
"weight": 40,
"block": "terrafirmamisc:ore/normal_native_platinum/diorite"
},
{
"weight": 25,
"block": "terrafirmamisc:ore/rich_native_platinum/diorite"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 35,
"block": "terrafirmamisc:ore/poor_native_platinum/gabbro"
},
{
"weight": 40,
"block": "terrafirmamisc:ore/normal_native_platinum/gabbro"
},
{
"weight": 25,
"block": "terrafirmamisc:ore/rich_native_platinum/gabbro"
}
]
}
],
"indicator": {
"rarity": 40,
"depth": 35,
"underground_rarity": 1,
"underground_count": 0,
"blocks": [
{
"block": "terrafirmamisc:ore/small_native_platinum"
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"type": "tfc:cluster_vein",
"config": {
"rarity": 50,
"density": 0.5,
"min_y": -80,
"max_y": 20,
"size": 30,
"random_name": "rich_native_platinum",
"blocks": [
{
"replace": [
"tfc:rock/raw/granite"
],
"with": [
{
"weight": 15,
"block": "terrafirmamisc:ore/poor_native_platinum/granite"
},
{
"weight": 25,
"block": "terrafirmamisc:ore/normal_native_platinum/granite"
},
{
"weight": 60,
"block": "terrafirmamisc:ore/rich_native_platinum/granite"
}
]
},
{
"replace": [
"tfc:rock/raw/diorite"
],
"with": [
{
"weight": 15,
"block": "terrafirmamisc:ore/poor_native_platinum/diorite"
},
{
"weight": 25,
"block": "terrafirmamisc:ore/normal_native_platinum/diorite"
},
{
"weight": 60,
"block": "terrafirmamisc:ore/rich_native_platinum/diorite"
}
]
},
{
"replace": [
"tfc:rock/raw/gabbro"
],
"with": [
{
"weight": 15,
"block": "terrafirmamisc:ore/poor_native_platinum/gabbro"
},
{
"weight": 25,
"block": "terrafirmamisc:ore/normal_native_platinum/gabbro"
},
{
"weight": 60,
"block": "terrafirmamisc:ore/rich_native_platinum/gabbro"
}
]
}
],
"indicator": {
"rarity": 0,
"depth": 35,
"underground_rarity": 1,
"underground_count": 4,
"blocks": [
{
"block": "terrafirmamisc:ore/small_native_platinum"
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"feature": "terrafirmamisc:vein/normal_native_platinum",
"placement": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"feature": "terrafirmamisc:vein/rich_native_platinum",
"placement": []
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"replace": false,
"values": [
"terrafirmamisc:vein/bauxite_hematite"
"terrafirmamisc:vein/bauxite_hematite",
"terrafirmamisc:vein/normal_native_platinum",
"terrafirmamisc:vein/rich_native_platinum"
]
}

0 comments on commit 57f1c50

Please sign in to comment.