Fix the serverside. FUUUUUUUU!
This commit is contained in:
parent
a01711361d
commit
6f6c3ee939
1 changed files with 8 additions and 0 deletions
|
@ -396,6 +396,14 @@ public abstract class BaseMod implements IWorldGenerator, IPickupNotifier, IDisp
|
|||
// NOOP
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public void onRegisterAnimations()
|
||||
{
|
||||
// NOOP on server
|
||||
}
|
||||
|
||||
// Spare client junk
|
||||
// -------
|
||||
// void addRenderer(Map<Class<? extends Entity>, Render> renderers);
|
||||
|
|
Loading…
Reference in a new issue