Help With Custom Ore Gen Mod

  • 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

1SDAN

New Member
Jul 29, 2019
1,189
-15
0
Okay I feel like such a n00b right now. I want to use the PresetHugeVeins but I have literally NO idea on how to go about this. I know absolutely no XML and the code I am looking at in the config looks like well-written highly sophisticated gibberish. If someone could give me a short code snippet I can copy, paste and edit for each ore in my pack along with a little explanation as to how to configure it I'd really appreciate it.
 

1SDAN

New Member
Jul 29, 2019
1,189
-15
0
Yeah, COFH isn't allowing me to make anything smaller than 1 per chunk, I don't like it.
 

1SDAN

New Member
Jul 29, 2019
1,189
-15
0
Not tiny veins, giant veins that are very rare.

Yeah, I'm trying to figure out the Custom Ore Gen mod, just need a tutorial or something.
 

Queue

New Member
Jul 29, 2019
341
0
0
It is very simple, just set a world and hit Custom ore gen in the World Setup menu, hit advanced options and tweak the slider to as low as possible. I would also dig around in the CustomOreGen config.
 

1SDAN

New Member
Jul 29, 2019
1,189
-15
0
But I can't use that on servers nor can I implement that as the default setting that way.

Also, I was asking how I could use the config in the first place. Seriously, does anyone even read the OP?
 

trajing

New Member
Jul 29, 2019
3,091
-14
1
But I can't use that on servers nor can I implement that as the default setting that way.

Also, I was asking how I could use the config in the first place. Seriously, does anyone even read the OP?
Actually, you can. Make the world in singleplayer and just put it in the server folder.
 

1SDAN

New Member
Jul 29, 2019
1,189
-15
0
Okay, that solves problem A, but problem B is what I was looking to answer here, I am using this as part of a mod pack I'm making and the pack will be balanced around this specific type of generation, which means I need it i config file form.
 

Queue

New Member
Jul 29, 2019
341
0
0
There is one config file added with CWGen, I think you can set things there. I'm sorry, I can't help much further than that.
 

ewsmith

New Member
Jul 29, 2019
261
0
1
using cofhcore?
https://cofh.github.io/mods/cofh-core/custom-world-generation.html

btw:
"chunkChance": 2
makes it gen once in about two chunks.

EDIT: now that i'm not on mobile...

elemental cluster
"elemental-cluster": {
"enabled": true,
"retrogen": false,

"template": {"type": "fractal", "generator": "large-vein", "sparse": true},
"material": "minecraft:stone",
"block": [
{"name": "Thaumcraft:blockCustomOre", "metadata": 1, "weight": 10},
{"name": "Thaumcraft:blockCustomOre", "metadata": 2, "weight": 10},
{"name": "Thaumcraft:blockCustomOre", "metadata": 3, "weight": 10},
{"name": "Thaumcraft:blockCustomOre", "metadata": 4, "weight": 10},
{"name": "Thaumcraft:blockCustomOre", "metadata": 5, "weight": 10},
{"name": "Thaumcraft:blockCustomOre", "metadata": 6, "weight": 10}
],

"clusterSize": 32,
"numClusters": 1,
"chunkChance": 2,

"minHeight": 12,
"veinHeight": 16,
"veinDiameter": 32,
"verticalDensity": 8,
"horizontalDensity": 4,

"biomeRestriction": "null",
"biomes": [],
"dimensionRestriction": "whitelist",
"dimensions": [
-37,
0
]
}

image
CDgI1nA.png

EDIT2: ... -facepalmdeskwall-
just saw that it was from 2014... :c
 
Last edited: