MMD OreSpawn

MMD OreSpawn

11M Downloads

Strange mod interaction with cofh core worldgen

Saereth opened this issue ยท 10 comments

commented

When using cofh core to control worldgen and running mmdorespawn along side it causes vanilla like generation in the end by cofh, dirt, gravel, coal etc here is an image of it:
http://imgur.com/a/Fx8zi

This only seems to occur when I add orespawn (which is only added as a dependency for nethermetals and not to actually do any worldgen)

Downgrading nether metals to a version not reliant on orespawn and removing orespawn clears this issue up.

OreSpawn v2.0.0.15
CoFHCore-1.10.2-4.1.0.155-universal.jar

initially reported to cofh but doesn't seem to be on their end or perhaps some weird interaction going on here.
https://github.com/CoFH/Feedback/issues/92#issuecomment-287241429

commented

What version of OreSpawn are you using? Can you post the json file it generated? If OreSpawn 1.x under /config/orespawn, if OreSpawn 2.x under /orespawn

commented

I need to see the json file called orespawn.json

commented

Can you try deleting the orespawn.json file and let the mod create a new one and post it here.

commented

Also were you using any prior version of OreSpawn like the 1.x versions?

commented

I never intentionally installed orespawn, curse automatically added it when I added nethermetals, so I dont believe so, but I can delete all the relevant jsons and recreate it later today when I'm home.

commented

MMD Orespawn version 2.0.0.15
the file generated was called nethermetals-vanilla_ores.json
contents of that file are here: https://hastebin.com/zixoxilida.json

commented

The lack of any response from the original reporter and no ability to reproduce this bug leads me to believe it has been fixed in the OreSpawn 3 branch and is no longer valid. Closing.

commented

This might be caused by OreSpawn 2's "retrogen" option being enabled (it is by default) - could you try disabling that ?

In OreSpawn 3 (which should be released by July 18, at the latest) this option defaults to "false" and retrogen does not run. However... as both OreSpawn and CoFH WorldGen register IWorldGenerator implementations there might still be an interaction.

@knoxhack BaseMetals and ModernMetals both have an option telling them that OreSpawn is not there and to not bother trying to use it - in cases where CoFH WorldGen is being used, having this option might be a good idea.

commented

The recent PR (#63) addressed an issue where the wrong config flag was in place to have OreSpawn replace vanilla ore generation. That might have also had an impact on and changed the situation here. Can you test this and confirm or deny the functionality, @Saereth ?