Crash when starting game
magcicada opened this issue ยท 1 comments
This is crash report:https://pastebin.com/12fpaqYG
Thanks for reporting this! I did some research into why I keep having issues with java.lang.NoSuchFieldError in relation to block materials and the best information I could find is that the Forge version I am using to develop the mod differs from the version used to run the mod. So, I've updated my dev environment to Forge 14.23.5.2854 and reverted the turbine block material to Material.IRON. Hopefully this takes care of the problem. If the problem does not reoccur after some time, I will close this issue.