Closed Atlntssplayer closed 3 years ago
Where is this file I have been looking in the mod file for a few hours new and can't find anything like it.
The file will be in your minecraft installation's config directory. But it only appears when you already ran the game at least once with the mod installed.
You can make it yourself. Just make a text file with the name oretweaker-common and toml extension and copy these two lines into it and save it in the config folder. "Disable Ores" = [] "Custom Ore" = []
Oops, did that to figure out Forge's config system and never removed it. I'll get that fixed.
Thank you
Fixed in v1.1.0
This is the default oretweaker-common.toml config file:
"Disable Ores" = ["minecraft:diamond_ore"] "Custom Ore" = []
Diamond is disabled by default. Is this intentional? Players who install the mod and don't notice this might have a painful time later in the game when they realize there is no diamond to be find.