Config Help?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Routy

New Member
Jul 29, 2019
4
0
0
So I have a FTB Infinity server running for a few friends we are about to make a new world and start again.
But they have been pestering me if i can make Shiny Ore a world spawn item, and a couple of other minor things, I'm wondering if this is even possible if so how do i it?
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
You can add shiny ore to world generation by adding the ore to the config in config/cofh/world/ThernalFoundation-Ores.json
I took the copper generation and changed the ore to shiny. This generates shiny as much as copper. Paste that in the file before the last curly bracket.

"shiny": {
"template": "uniform",
"block": {
"name": "ThermalFoundation:Ore",
"metadata": 5
},
"clusterSize": 8,
"numClusters": 12,
"minHeight": 40,
"maxHeight": 75,
"retrogen": "false",
"biomeRestriction": "none",
"biomes": [
"all"
],
"dimensionRestriction": "blacklist",
"dimensions": [
-1,
1
]
},

What other things they want you to change?
 
Last edited:

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
You can add Yellorite sapwn by editing config/cofh/world/FTB-Infinity-Ores.json
clusterSize is the amount of ore blocks per cluster and numClusters in the amount of clusters in one chunk. Editing those two and the minHeight and maxHeight allows you to control the ore generation.
 

tofuturkey

New Member
Jul 29, 2019
34
0
0
Honestly why would you want to increase yellorium generation? Plenty of the stuff is in the original infinity world gen, you'll have it coming out your ears in no time.

Sent from my XT1031 using Tapatalk
 

Routy

New Member
Jul 29, 2019
4
0
0
Thanks for all the info i added Shiny and Increase the Yellorite by a small amount. They stopped crying at me now.
 

DaveyBeer

New Member
Jul 29, 2019
94
0
0
So just copy for example the Copper stuff paste it in change the name to Shiny and. voila!?


Yes My Last Name Is Beer Its Dutch For Bear ;) Soo Wanna Have a Beer Ask Me ;P
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
So just copy for example the Copper stuff paste it in change the name to Shiny and. voila!?

You also have to change these:
"name": "ThermalFoundation:Ore",
"metadata": 5

You can find the name and meatdate using NEI.
 

Routy

New Member
Jul 29, 2019
4
0
0
Yeah i did all that but i changed cluster to 2 and number of clusters 3, and limited the layers is spawns in, didnt want them getting to much to quick.