LexManos

Minecraft Forge 3.1.2 Changelog

Apr 18th, 2012
7,649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Minecraft Forge 3.1.2 Changelog:
  2. ============================================================================
  3. Updated to FML #68
  4.  
  5. BugFix: Fixed spawning in custom dimensions
  6. BugFix: Multi-renderpass items now get proper render pass number
  7. BugFix: Fixed tile entity bug causing ghost tile entites in some cases
  8. BugFix: Fixed BlockFire's old fields to have proper frerences to there replacements (fixes some non-forge mod's that use reflection)
  9. BugFix: Fixed vinella bug that caused crashes when chunks were generated with Blocks > 127
  10. BugFix?: Client dist now includes MinecraftApplet because users herpa-derped a lot when installing and kept deleting that file. Should cut down on stupid support requests from failed instalations.
  11.  
  12. Misc: Cleaned up Forge Entity spawn code to include DataWatcher data, and not use the (World, double, double, double) constructor anymore.
  13. Misc: Better functionality with PlayerAPI
  14.  
  15. New: Split Minecart slope physics function out to be overrided
  16. New: Helper function for checking block harvest level
  17. New: Entity Radius variable for large entity collisions
  18. New: Added system for having Pages in the Achivement GUI
  19. New: 'Small' data payload for NetworkMods that uses Packet 131, Not recomended for average use, just for things that need quick small packets.
  20. New: Generic send packet functions in the MinecraftForge class to facilitate sending packets..
Advertisement
Add Comment
Please, Sign In to add comment