TheTorbinWren / OresPlus

Minecraft MOD for Ore management
GNU General Public License v3.0
7 stars 3 forks source link

Problem with regeneration ore #4

Closed Orygeunik closed 10 years ago

Orygeunik commented 10 years ago

Ores don't regenerate, when i change config file, but if i change oil regen - oil regen.i think, that "If" does not work.

Ores does not regenerate in any nether, "green world", "end-world". Why? Maybe i something wrong... i don't know.

And i see yours new souce and i think that it need to add next line in file TickHandler: "OresPlus.log.info("Regen ore in chunk " + coords.chunkXPos + ", " + coords.chunkZPos);"

P.S. Sorry, for my bad English

TheTorbinWren commented 10 years ago

I just confirmed that the mod does indeed still regenerate ores. The issue must be a conflict with something on your system. What other mods are you running? Can you post a link to your FML log and oresplus.cfg files?

Also, what version of the mod are you running?

Orygeunik commented 10 years ago

Mod version: 0.2.13

Use mod: BuildCraft 5.0.3.61 TinkersConstruct 1.6.0.a7 Mantle_0.2.3 (without it Tinkers mod not work)

Where to upload files?

P.S. Try the new version mod today

TheTorbinWren commented 10 years ago

Use pastebin http://pastebin.com/

Orygeunik commented 10 years ago

A new version of mod working correct. Ores regeneration as it should to be.

Config oresplus: http://pastebin.com/tUScgPeZ

FML log is very big (~700 kb). Uploading to pastebin failed

TheTorbinWren commented 10 years ago

In the ore generation section of the config file, you need to set to 3 option of each ore to enable regeneration of that ore. That's why nothing is regenerating. Do that and then set your regenKey to something different and all will be good.

For example, you have: Adamantine=true,100,false

change it to Adamantine=true,100,true.

You need to do that for each ore generator you want to enable regen for.

The first option is whether that ore generator is enabled at all, the second is the denisty percentage, and the third is the option to actually regen that specific ore.

I meant to add a comment to explain the config lines, but that task had gotten forgotten about unfortunately. I'll open a new Git issue for the comments and will add some explaining in the forum post on what the lines do.

On that note, I'm closing this issue. If you need any more info, feel free to PM me on the minecraft forums.