Project Red - Exploration

Project Red - Exploration

27M Downloads

OreDictionary Timing Breaking Mod Compatibility

ReikaKalseki opened this issue ยท 2 comments

commented

ProjectRed ores, despite being registered to the Ore Dictionary, fail to work in 90% of ore processors or other recipes.

Having looked into the code, it appears that Project Red registers its ores to the Ore Dictionary in the PostInit phase, rather than the main Load phase. This means that any handlers that load during launch will fail to fetch the ores.

I would submit a pull request, but I do not understand scala well enough to do that.

commented

Okay, will do.

commented

#580 is the PR, may need a test.