Hi everyone, and sorry if this is the wrong place for this, I'm new to modding and minecraftforge.
I'm coding a mod for MC 1.14.4, using the Harry Talks tutorials, and got to creating an entity.
I am using the Forge 1.14.4 version 28.2.0, using Eclipse. I have coded in Java before, and know my way around the language as well as am familiar with Eclipse, but this is my first time modding.
Everything was working fine right up until adding the entity. I ran runClient, and Forge loaded up, but before I got to the home page, it gave me this error:
latest.log: https://pastebin.com/uMRt5ddU
main class(TutorialMod): https://pastebin.com/rDRqKcB5
TutorialModRegistries: https://pastebin.com/uBfZiqCj
TutorialEntities: https://pastebin.com/rmTUVU5i
TutorialEntity: https://pastebin.com/4wtBnNH6
TutorialEntityModel: https://pastebin.com/snxDWgqN
TutorialEntityRender: https://pastebin.com/yqQjQBHM
TutorialRenderRegistry: https://pastebin.com/CCJDBPHF
Thanks in advance, and please tell me if you need anymore information!