RedNesto
RedNesto
Ah yes somehow the project creator doesn't set the java version to 16. You have to modify your build.gradle manually.
Hey sorry for not taking care of this issue for such a long time. I already saw this error multiple times, but that does not break anything from what I...
Yeah I clones your repo, set it up and opened some files that contain mapped symbols without any issue. I can can try harder when I can (was on 1.4.2...
This seems like a ForgeGradle issue, can you try with FG 4.+ ?
ForgeGradle 4 or 5. For example, simply update the following line (near the top the the `build.gradle`): `classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true` to `classpath group: 'net.minecraftforge.gradle',...
Your last commit doesn't look right. You should drop it and do a rebase against `dev` instead of a merge.
Ah not quite there, but don't worry I messed up many of my PRs with that ^^ I can probably do it for you when I get enough time.
Done, I also fixed the various formatting problems. The simplest way for you to get the new commits is to pull your origin/dev branch, or reset against it after a...
You broke it again...
The reason it got bad again is because you did not reset/recreate the branch like I told you, so you pulled my changes on top of the previous broken commits....