noahc3 / oreconfig

A Minecraft Forge mod to disable existing ore generation features and add your own.
MIT License
6 stars 2 forks source link

Diamond ore is disabled by default? #5

Closed Atlntssplayer closed 3 years ago

Atlntssplayer commented 3 years ago

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.

Gdoui400 commented 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.

Atlntssplayer commented 3 years ago

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" = []

noahc3 commented 3 years ago

Oops, did that to figure out Forge's config system and never removed it. I'll get that fixed.

Gdoui400 commented 3 years ago

Thank you

noahc3 commented 3 years ago

Fixed in v1.1.0