
SethsUtopia
Members-
Content Count
3 -
Joined
-
Last visited
Everything posted by SethsUtopia
-
Could I ask that my forum account and any associated data be deleted? I don't remember why I made this account in the first place to be honest, it was a couple of years ago. I can't find an actual delete feature sadly, but I have seen others post about it, and an admin deleted it for them. I'd appreciate if the same could be done for me.
-
This mod so far is extremely minimal and intended to run server side; though currently just in a single player world. However, the mod so far runs perfectly fine and as intended when run in the Eclipse GradleStart run configuration. But when I do "gradlew build" and put the .jar in the mods folder; Minecraft will always crash upon launching with a NoSuchMethodException. ``` > net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from DiscordCraft Chat (discordcraftchat) > Caused by: java.lang.NoSuchMethodError: org.apache.commons.lang3.StringUtils.countMatches(Ljava/lang/CharSequence;C)I > at net.dv8tion.jda.core.requests.Route.<init>(Route.java:173) ... ``` I'm honest unsure as to why this is happening. Could anyone please give some guidance?