cScotPlay / BasicNetherOres

Creates Vanilla & Modded Ore Blocks in the Nether Dimension
2 stars 10 forks source link

Crash to desktop while initializing game #3

Closed DatrixTHLK closed 5 years ago

DatrixTHLK commented 5 years ago

Hi cScotPlay,

I have a feeling that I need some form of "coremod" or api for this to work besides forge. Don't know if there is one since I didn't see one in the relations tab in curseforge. Minecraft: 1.14.4 Forge (BETA): 28.0.65+ Basic Nether Ores: 3.2.0

Crash: https://gist.github.com/DatrixTHLK/538357553b3c3f87b61de2c8de6d6630

ovingiv commented 5 years ago

I'm also having the same issue except on a newer (beta) of forge 28.0.73

Crash: https://paste.ee/p/qHiIQ

Gamertech commented 5 years ago

Identical crash log on Forge .75. Loads fine on .55, but a couple of mods I use are built for later versions.

Alex1331xela commented 5 years ago

Same issue here. Crashes on startup on Forge v28.0.65+

Crashlog on v28.0.81

cScotPlay commented 5 years ago

Thank you all for bringing this to my attention. The issue stems from Forge updated a couple of the checks we were using to identify if recipes were to load. It actually was a larger problem that the Forge team said would break a fair amount of things. I've updated to the newest version of Forge and it currently runs well on 28.0.83. I hope that this fixes the issues you are seeing. I've also added a bit more flexibility to the generation of the ores in the nether. Please let me know if your issues still exist after this update.

The newest file is located at https://www.curseforge.com/minecraft/mc-mods/basic-nether-ores/files/2776655

Gamertech commented 5 years ago

Loads past that point now thanks, now there's another mod in my list that crashes with new Forge... :(

Thanks for the bonus disable generation of ores though. That's a big help.

DatrixTHLK commented 5 years ago

Thanks very much cScotPlay! I appreciate the response and the fix.