Im trying to create a mod in 1.14.4 with intelliJ
I followed the latest tutorials I could find on it... '
like.... https://www.youtube.com/watch?v=DgY6kKf5rGU&list=PLmaTwVFUUXiBKYYSyrv_uPPoPZtEsCBVJ
and also.... https://suppergerrie2.com/minecraft-1-14-modding-with-forge-1-setting-up-a-dev-environment/
Current mod Code: https://github.com/skylerspark/CompPartsMod
But every time I create a mod, after it finishes running the build.gradle file after importing the project, and even if I try running runClient... it always gives this error:
I tried removing it, and even tried replacing it with my own byteArray > Base64Binary converter to make it happy, nothing works