LexManos

Minecraft Forge v1.3.4 changelog

Mar 1st, 2012
7,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Minecraft Forge v1.3.4
  2. ==============================
  3. New: Exposed getters for NetServerHandler.playerEntity and NetworkManager.netHandler
  4. New: Introuduced NetworkMod, a BaseMod extension and replacement for BaseModMP. All mods that are designed to work in the server environment should extend this.
  5. New: Expanded the Mod check to test for missing mods and display a GUI screen for the client if it is missing any.
  6. New: Implemented a generic EntityPlayer.openGui system, and the network backend for it to work on server and client. Mods should use this instead of MLMP's OpenGui
  7. New: Added new Item.getIconIndex context sensitive version.
  8. New: Added a new hook system for custom bows and arrows. See IArrowNockHandler and IArrowLooseHandler for details.
  9. New: Implmented basic generic new dimension support for mods. See DimensionManager for more details.
  10.  
  11. BugFix: Split mod_MinecraftForge so that Clients arnt required to have MLMP installed if they don't use a MP mod.
  12. BugFix: Fixed up the Mac/Linux install scripts, removed the need for sed. Should fix some issues on OSX's without gsed.
  13. BugFix: Fixed a bug that prevented tile entities from being updated if the block id did not change.
  14. BugFix: Fixed a bug in update_patches that caused apostrphies to be removed.
  15. BugFix: Fixed shearable blocks to use the current instance ID when dropping, making it behave better with subclasses.
  16. BugFix: Deleted deprecated interfaces IUseItemFirst and IBlockSecondaryProperties
  17. BugFix: Fixed ITextureprovider for multi-textured items when rendering on the GUI.
  18.  
  19. Misc: Marked forge packets as 'chunk' packets. Giving them a higher priority making the initial mod list check more reliable.
  20. Misc: Introduced some debugging info into Forge packets. And a debug flag in the client and server packet handlers.
  21. Misc: Ran AStyle over all Forge code
Advertisement
Add Comment
Please, Sign In to add comment