Closed powderedd closed 2 years ago
Other info:
i am using windows 10
i have no mods other than eln2 and Kotlin for Forge
Yeah it's just straight up broken so I am just going to delete the release. Feel free to throw together the development environment and try fixing it.
how would i set up a dev enviroment? ive only built a mod once, and it wasnt made with kotlin.
Same as any other Forge development environment. Clone down the repository, run gradlew.exe build
and then gradlew.exe runClient
. (on mac/linux do ./gradlew build
then ./gradlew runClient
)
do i need to have java jdk or kotlin installed?
You will need the most recent JDK. Kotlin is automatically fetched.
Follow basically any YouTube Forge tutorial for 1.18
i built it myself and it still gives the error
Yeah, it needs to be fixed. Just building it yourself won't fix it.
Good luck.
java.lang.RuntimeException: java.lang.NoClassDefFoundError:
error log