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