When i try to add an access transformer, I get a lot of errors, because the forge and Minecraft src is gone. This is how I run grade. It worked at first, but after recompiling it does not. : ./gradlew -Dorg.gradle.jvmargs=-Xmx6240m setupDecompWorkspace genIntellijRuns
I setup a new forge project. I have a pvp client from an older version and want to move to a newer version. I copied the Minecraft src and the option source to the dir of the example mod. I will move my pop client stuff over until everything works.. How do I call Minecraft and forge? (please don't delete this. I decided to move to a stable and new version(1.16))
I made a pvp client and want to move over to forge. I coded it in 1.8.8, but need it in 1.8.9 so im going to move everything step by step manually. I copied the 1.8.9. src(decompiled by forge) and the optifine src. How can I call those to run in forge as one mod.
https://imgur.com/a/XiOVOVZ