LexManos

Minecraft Forge v1.3.3 Changelog

Feb 15th, 2012
20,944
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Minecraft Forge v1.3.3
  2. -New: Added new hooks for connection events, See IConnectionHandler for more details.
  3. -New: Added Packet250CustomPayload handling and channel registration management, see MessageManager and IPacketHandler for more details.
  4. -New: Forge identifies itself to the server.
  5. -New: Added a entity tracking system that uses Packet250. See MinecraftForge.registerEntity, IThrowableEntity, and ISpawnHandler for more details.
  6. -New: Implmented Sengir's IPickupHandler. http://www.mod-buildcraft.com/forums/topic/hook-intercept-item-pickups-by-player-entities/?view=all
  7. -New: Added Item.onLeftClickEntity hook. Used to intercept and cancel the 'attack' action within items.
  8. -New: Added a generic 'Shear'ing system. See IShearable, ItemShears, and EntityMooshroom for more details.
  9.  
  10. -BugFix: Reach length, Fix player interaction on SMP
  11. -BugFix: Fixed line endings in install.sh
  12. -BugFix: Give graceful disconnect message to non-Forge/ModLoaderMP clients. (No more 'Unknown packet 230')
  13. -BugFix: Fixed a missed event where ITextureProvider would not be properly applied.
  14. -BugFix: Implemented item.onBlockStartBreak call for creative single player.
  15.  
  16. -Changed: ISpecialArmor got a major rehaul. Added new calls to support better flexability in return values. See ArmorProperties, and ISpecialArmor for details.
  17.  
  18. -Misc: Added mod_MinecraftForge for simpler logging of Forge version in crash reports
  19. -Misc: Updated the repo scripts and setup a build automation system.
Advertisement
Add Comment
Please, Sign In to add comment