You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to understand the ore generation. I figured out how to disable vanilla ore generation via issue #5 and added those to my configs.
Would you know how to figure out the names to add to removeOres to prevent other mods from generating their ores, such as Create or Immersive Engineering? If not that is fine, as I can replace them using the Block swap mod. Currently my config.json looks like this and this seems to remove most ore generation in the overworld, doesn't seem to do a lot in the nether.
But this doesn't appear to geneate any coal ore in the overworld or the nether? Also it appears that the generation method you use is meant to generate a lot of ore with various ores inside of it? Is there a way to generate ore is smaller batches without always mixing them together? Also what if I wanted to generate something like a "Iron Block" alongside the iron ore?
I tried to find documentation on how oreveins.json is supposed to work, but couldnt. If you could explain it or link me somehwere that does I'd be happy to keep playing around until it works.
The text was updated successfully, but these errors were encountered:
But this doesn't appear to geneate any coal ore in the overworld or the nether?
I don't know what other configs you're using. For the ores to generate, you need to have the material coal defined and the type ore enabled. Rurthermore, you need to define appropriate orevariants, in your case at least for netherrack and stone and/or deepslate. Without a log, I can't say more.
Also it appears that the generation method you use is meant to generate a lot of ore with various ores inside of it?
Generally yes, though you can define the same material for primary/secondary/inbetween/sporadic - like you did.
Is there a way to generate ore is smaller batches without always mixing them together?
If you want vanilla-like ores, you can use datapacks.
Also what if I wanted to generate something like a "Iron Block" alongside the iron ore?
Also with datapacks.
I tried to find documentation on how oreveins.json is supposed to work, but couldnt. If you could explain it or link me somehwere that does I'd be happy to keep playing around until it works.
There is no documentation besides the code, which is annoying, I know. I haven't gotten around to expanding the wiki, sorry.
I am trying to understand the ore generation. I figured out how to disable vanilla ore generation via issue #5 and added those to my configs.
Would you know how to figure out the names to add to
removeOres
to prevent other mods from generating their ores, such as Create or Immersive Engineering? If not that is fine, as I can replace them using the Block swap mod. Currently myconfig.json
looks like this and this seems to remove most ore generation in the overworld, doesn't seem to do a lot in the nether.config.json
But the real issue I have is generating new ore veins using
oreveins.json
For example, my coal ore vein config looks like:oreveins.json
But this doesn't appear to geneate any coal ore in the overworld or the nether? Also it appears that the generation method you use is meant to generate a lot of ore with various ores inside of it? Is there a way to generate ore is smaller batches without always mixing them together? Also what if I wanted to generate something like a "Iron Block" alongside the iron ore?
I tried to find documentation on how oreveins.json is supposed to work, but couldnt. If you could explain it or link me somehwere that does I'd be happy to keep playing around until it works.
The text was updated successfully, but these errors were encountered: