Modular Force Field Systems (MFFS)

Modular Force Field Systems (MFFS)

5M Downloads

Loading issue relating to recipes.

Opened this issue ยท 1 comments

commented

As shown in the crash report and log attached, the game fails to load at the very end of the init phase due to issues with the shaped ore recipe. I have taken a look at the code and believe the item loader is not adding the items to the game registry so when the shapedOreRecipe handler looks for it, it isnt there.

Im trying to make a fix, but without understanding the forge API in intimate detail i have no idea where to begin XD.
crash-2016-12-21_09.58.12-client.txt

fml-client-latest.txt

commented

Issue found. Items were not being loaded due to having being commented out.... XD OOOPS.
Previous attempt at using register manager failed. Found "TODO: Remove all this shit" very amusing... Attempting to remove register manager.