COFH World Generation User's Manual

unknown zombie

Well-Known Member
Jan 31, 2013
213
219
68
Florida
I got a few more internal names for mods I use, figured I'd share:
Code:
-Mekanism-
Osmium      Mekanism:OreBlock
Copper      Mekanism:OreBlock:1
Tin         Mekanism:OreBlock:2
-Chisel-
Marble      chisel:chisel.marble
Limestone   chisel:chisel.limestone
-Artifice-
Basalt      Artifice:tile.artifice.basalt
Marble      Artifice:tile.artifice.marble
Thanks! I've added them to the Spreadsheet and to the original post.

Anyone else: Feel free to post ores and special worldgen from any mod that isn't in the list yet. I will be more than happy to add them to the lists once I find time and, of course, give you credit!
 
  • Like
Reactions: RedBoss

Golrith

Over-Achiever
Trusted User
Nov 11, 2012
3,834
2,137
248
Here's some railcraft stuff:

Code:
Railcraft:tile.railcraft.ore    684    0    FALSE    Sulfur Ore
Railcraft:tile.railcraft.ore    684    1    FALSE    Saltpeter Ore
Railcraft:tile.railcraft.ore    684    2    FALSE    Dark Diamond Ore
Railcraft:tile.railcraft.ore    684    3    FALSE    Dark Emerald Ore
Railcraft:tile.railcraft.ore    684    4    FALSE    Dark Lapis Lazuli Ore
Railcraft:tile.railcraft.ore    684    5    FALSE    Firestone Ore
Railcraft:tile.railcraft.ore    684    7    FALSE    Poor Iron Ore
Railcraft:tile.railcraft.ore    684    8    FALSE    Poor Gold Ore
Railcraft:tile.railcraft.ore    684    9    FALSE    Poor Copper Ore
Railcraft:tile.railcraft.ore    684    10    FALSE    Poor Tin Ore

Purely because I'm using CoFH World gen to implement a better Poor Ore gen system. Hopefully once Tabula Rasa updates, I'll be able to make other ores too.
 
  • Like
Reactions: unknown zombie

eyeball114

New Member
Jul 29, 2019
71
0
0
Im just starting to assemble some things in 1.7.10. In the past I always have TE handle ore generation for copper, tin, etc. so that we don't have 5 types of copper spawning.
Is there no way of simply doing this is the configs anymore? Or is it all in these .json files?
 

Golrith

Over-Achiever
Trusted User
Nov 11, 2012
3,834
2,137
248
Im just starting to assemble some things in 1.7.10. In the past I always have TE handle ore generation for copper, tin, etc. so that we don't have 5 types of copper spawning.
Is there no way of simply doing this is the configs anymore? Or is it all in these .json files?
Just disable the other mod ores in their configs. That'll leave the TE versions, which will be generated from the .json information. You don't need to touch those json files unless you wish to change the generation.
 

eyeball114

New Member
Jul 29, 2019
71
0
0
Just disable the other mod ores in their configs. That'll leave the TE versions, which will be generated from the .json information. You don't need to touch those json files unless you wish to change the generation.

Hmmm this is kind of what I figured and I had tried exactly this but TE ores are still not generating anywhere in new worlds. Ill play around with it again.
I'll delete the .json files and let new ones generate in case they got botched or something. Thanks.


Edit. Seems on generation it creates a blank ThermalExpansion-Ores.json file.
 
Last edited:

unknown zombie

Well-Known Member
Jan 31, 2013
213
219
68
Florida
Hmmm this is kind of what I figured and I had tried exactly this but TE ores are still not generating anywhere in new worlds. Ill play around with it again.
I'll delete the .json files and let new ones generate in case they got botched or something. Thanks.


Edit. Seems on generation it creates a blank ThermalExpansion-Ores.json file.
Make sure B:GenerateDefaultFiles is set to true in ThermalExpansion.cfg.[DOUBLEPOST=1407610789][/DOUBLEPOST]
Here's some railcraft stuff:

Code:
Railcraft:tile.railcraft.ore    684    0    FALSE    Sulfur Ore
Railcraft:tile.railcraft.ore    684    1    FALSE    Saltpeter Ore
Railcraft:tile.railcraft.ore    684    2    FALSE    Dark Diamond Ore
Railcraft:tile.railcraft.ore    684    3    FALSE    Dark Emerald Ore
Railcraft:tile.railcraft.ore    684    4    FALSE    Dark Lapis Lazuli Ore
Railcraft:tile.railcraft.ore    684    5    FALSE    Firestone Ore
Railcraft:tile.railcraft.ore    684    7    FALSE    Poor Iron Ore
Railcraft:tile.railcraft.ore    684    8    FALSE    Poor Gold Ore
Railcraft:tile.railcraft.ore    684    9    FALSE    Poor Copper Ore
Railcraft:tile.railcraft.ore    684    10    FALSE    Poor Tin Ore

Purely because I'm using CoFH World gen to implement a better Poor Ore gen system. Hopefully once Tabula Rasa updates, I'll be able to make other ores too.
Added those yesterday! ;)
 
Last edited:

Golrith

Over-Achiever
Trusted User
Nov 11, 2012
3,834
2,137
248
Make sure B:GenerateDefaultFiles is set to true in ThermalExpansion.cfg.[DOUBLEPOST=1407610789][/DOUBLEPOST]
Added those yesterday! ;)
Here's some you don't have:

Code:
Steamcraft:steamcraftOre 977 0 FALSE Copper Ore
Steamcraft:steamcraftOre 977 1 FALSE Zinc Ore
Steamcraft:steamcraftOre 977 2 FALSE Poor Zinc Ore

From Professor Flaxbeards Wondrous Steam Power Mod
 
  • Like
Reactions: unknown zombie

unknown zombie

Well-Known Member
Jan 31, 2013
213
219
68
Florida
No sir that seems to be generating just fine.
Well, that is odd. I'm not able to reproduce the problem so I really have no idea what could be causing it. If I delete the .json files on my computer they are properly regenerated with default values.

I've attached to this post a zip file with ThermalExpansion-Ores.json in it that you can use. It is a freshly-generated file with default values. It also has a default Vanilla.json in it too just because.
 

Attachments

  • te-json-files.zip
    986 bytes · Views: 187
  • Like
Reactions: eyeball114

unknown zombie

Well-Known Member
Jan 31, 2013
213
219
68
Florida
The guide is still under heavy construction, and it's pretty slow-going, but I thought I'd post what I have thus far so that anyone interested can see how it's shaping up. I estimate it's about 50% done so I won't add it to the original post yet, but that is the goal once it has been completed.

Leave a comment if there's anything you want to see added or changed, if you see a grammar error, or whatever.

ore generation guide
 

Golrith

Over-Achiever
Trusted User
Nov 11, 2012
3,834
2,137
248
The guide is still under heavy construction, and it's pretty slow-going, but I thought I'd post what I have thus far so that anyone interested can see how it's shaping up. I estimate it's about 50% done so I won't add it to the original post yet, but that is the goal once it has been completed.

Leave a comment if there's anything you want to see added or changed, if you see a grammar error, or whatever.

ore generation guide
Looks good, and shucks, I got a mention :p

I take it that multiple blocks, meta and weights will be in an advanced section?
 

InfinityRaider

New Member
Jul 29, 2019
1,169
-1
1
For Galacticraft

Code:
Overworld:
GalacticraftCore:tile.gcBlockCore:5  Copper Ore
GalacticraftCore:tile.gcBlockCore:6  Tin Ore
GalacticraftCore:tile.gcBlockCore:7  Aluminum Ore
GalacticraftCore:tile.gcBlockCore:8  Silicon Ore

Moon:
GalacticraftCore:tile.moonBlock:0  Copper Ore
GalacticraftCore:tile.moonBlock:1  Tin Ore
GalacticraftCore:tile.moonBlock:2  Cheese Ore
GalacticraftCore:tile.moonBlock:3  Dirt
GalacticraftCore:tile.moonBlock:4  Stone
GalacticraftCore:tile.moonBlock:5  Moon Turf

Mars:
GalacticraftMars:tile.mars:0    Copper Ore
GalacticraftMars:tile.mars:1    Tin Ore
GalacticraftMars:tile.mars:2    Desh Ore
GalacticraftMars:tile.mars:3    Iron Ore
GalacticraftMars:tile.mars:5    Mars Surface Rock
GalacticraftMars:tile.mars:6    Mars Sub-Surface Rock
GalacticraftMars:tile.mars:9    Mars Stone

Asteroids:
GalacticraftMars:tile.asteroidsBlock:0  Asteroid Rock
GalacticraftMars:tile.asteroidsBlock:1  Asteroid Rock
GalacticraftMars:tile.asteroidsBlock:2  Asteroid Rock
GalacticraftMars:tile.asteroidsBlock:3  Aluminum Ore
GalacticraftMars:tile.asteroidsBlock:4  Titanium Ore
GalacticraftMars:tile.asteroidsBlock:5  Iron Ore