T145 / all-the-creepers

Here comes the BOOM!
https://minecraft.curseforge.com/projects/elemental-creepers-redux
Apache License 2.0
7 stars 6 forks source link

Server Crash Still with Latest Version #10

Closed KAfable closed 6 years ago

KAfable commented 6 years ago

https://hastebin.com/ihixavewul.sql

Steps to Reproduce (including precondition)

Custom modpack - listed mods are in the description.

Your Environment

T145 commented 6 years ago

at T145.elementalcreepers.core.ModLoader$ServerLoader.registerEntities(ModLoader.java:121) tells me it's a problem w/ the Friendly Creeper, and conviently it's the only creeper class where I use @SideOnly(Side.CLIENT) calls; deleting those should fix your issue!

T145 commented 6 years ago

Now just build the mod and see if it works for you! Download the repo source, run ./gradlew.bat build and copy the jar file from the generated releases directory.