Hello, I had a mod for 1.11 that works and decided to port it to 1.14.4, basically I tried the normal way but it's a nightmare so I just grabbed the example mod and a tutorial for 1.14.4 and made one block to test, it doesn't work.
Log: https://pastebin.com/jeiLEfkg
GitHub Repository: https://github.com/DarkCeptor44/minecraftmod1.14.4
EDIT: Ok so I tried debugging it and one of the breakpoints was a "java.nio.file.NoSuchFileException" saying that my Block's class file didn't exist, I have no idea why it would say that since the file does exist in the correct package.