I'm trying to build a minecraft forge mod right now and I get this error all the time:
Build file 'S:\SAC\SMM\build.gradle' line: 36
* What went wrong:
A problem occurred evaluating root project 'SMM'.
> version
In line 36, I have tried three different things, all of which haven't worked:
version = "1.20-46.0.14"
version = "1.20-Forge-46.0.14"
version = "1.20-Forge-0.0.1"
(0.0.1 is the version of my mod)
Help would be scrumptious!