Jump to content

VpzomTrrfrt

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by VpzomTrrfrt

  1. You're probably not calling super.onUpdate() in the mob's onUpdate function.
  2. Try registering with EntityRegistry.registerGlobalEntityID, maybe that will help?
  3. I'm having a problem with my custom crafting recipe. Sometimes when I use it, the result item is duplicated into many ghost items. What could be causing this? Code: https://github.com/vpzomtrrfrt/theandrewmod/blob/13718e3cc753dce14e47019efe9f9cd55914a93a/java/net/reederhome/colin/theandrewmod/RecipesButterShell.java
  4. You don't need the slot variable, it's identical to stack. Also, ItemStacks are not == even if they have the exact same item. Use stack.equals(sigili) instead.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.