Shadowbeast007 Posted April 28, 2013 Posted April 28, 2013 I'm working in the Fossil/Archeology Mod Dev Team. We currently try to update the mod from 1.4.7 to 1.5.1. In Eclipse, the 1.5.1 version is running without problems, in MC I get the following bug: java.lang.NoClassDefFoundError: fossil/entity/mob/EntityVelociraptor at this Line(1253) in the Fossil class: EntityRegistry.registerModEntity(EntityVelociraptor.class, "Velociraptor", 9, this, 250, 5, true); Here is the Source Code: https://github.com/Shadowbeast/FossilArcheologyTest/tree/master/fossil I tried this for a while now and can't get any progress, maybe someone can help me with that? Would be much appreciated. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.