I am very sorry to tell you this, but the code and structure of your mod is a complete mess.
Judging by the class names, I assume that you followed HarryTalks' videos. Stop following his tutorials, as they are terrible and promote bad practices and outdated methods.
These bad practices (static initializers, etc) will eventually cause more problems. One example is the crash you are facing now.
Personally, I would recommend to follow a better guide/tutorial and rewrite the majority of your mod. Examples of good tutorials are: https://github.com/Cadiboo/Example-Mod/ and https://github.com/TheGreyGhost/MinecraftByExample, both of which explained some difficult concepts of modding in details.