#Mod working in workspace, not on server

14 messages · Page 1 of 1 (latest)

icy fog
#

For reference, the mod is relying on Polymer to create server-sided items, and im writing in Kotlin.

From what the console is outputting, it seems to be the "net.minecraft.registry.Registries" class not being found, however when running the mod through IntelliJ it works with 0 issue.

ive double checked that everything matches between dev environment and the server.

modest kraken
#

which jar are you using?

icy fog
#

cobblebadges is the mod im working on

modest kraken
#

yes when you build it and it makes like 2 or 3 jars, which one did you install on the server

icy fog
#

it only built one jar for me

modest kraken
#

like the full filename

#

oh huh

#

!!export

vestal hullBOT
#

Exporting your mod as a JAR: run in a terminal from the same directory as the mod project directory ./gradlew build on GNU/Linux and Mac, or gradlew build on Windows. Alternatively, in IntelliJ IDEA, open the Gradle tab on the right and execute build under tasks. The JARs should appear in ${projectDir}/build/libs. Use the one with the shortest name outside development.

modest kraken
#

ur building like that right?

icy fog
#

yeah, the only difference is i only have devlibs folder, no /libs

Is there anything I couldve done to mess that up?

#

nevermind, i did in fact do it wrong

#

between these two, i take it i should run the top jar?

modest kraken
#

yes