LexManos

Minecraft Forge 2.0.0 Changelog

Mar 27th, 2012
20,605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Minecraft Forge 2.0.0
  2. =================================
  3. Major: Updated to Minecraft 1.2.4, ModLoader 1.2.4v1
  4. Major: Deleted Deprecated interface ICustomItemRenderer
  5.  
  6. BugFix: Entities are now associated with there owner mod's IDS properly
  7. BugFix: Re-wrote the connection sequance so that clients get a list of mod ids before anything else.
  8. BugFix: The camera can now be asigned to any EntityLiving instead of just EntityPlayer
  9. BugFix: Fixed NPE on CustomPayload packets with 0 data
  10. BugFix: Eating particals for custom items will now have the proper texture for items with custom textures.
  11.  
  12. Misc: Added the ability to define custom categories for config files.
  13. Misc: Added new hook to determine if the riding entity should be rendered in the 'sitting' position in Entites.
  14. Misc: Added MinecraftForge.isClient() function that returns true if you are in the Minecraft Client
Advertisement
Add Comment
Please, Sign In to add comment