LexManos

Minecraft Forge 1.4.1

Mar 20th, 2012
11,616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. Minecraft Forge 1.4.1
  2. =======================================================
  3. -BugFix: Fixed the Minecart dictionary not returining subtypes for non EntityMinecart classes
  4. -BugFix: Fixed a bug where vines were not shearable.
  5. -BugFix: Fix up Configuration ids to only work for 256 ids until Jeb finishes the 4096 conversion.
  6. -BugFix: Fixed bug where entities from different dimensions would be shown to the client, but not interactable.
  7. -BugFix: Fixed inverted logic in missing mod check.
  8. -BugFix: Custom dimensions should now honor the canRespawnHere function for respawning.
  9. -BugFix: Added a new script to cleanup decompile differences between different user environments. (Extra trailing zeros on Linux/Mac vs Windows) That was causing patches to fail.
  10. -BugFix: Fixed bug in MLMP where the coordinates sent to chunk generation callbacks were invalid.
  11. -BugFix: Fixed sides of grass not getting biome colors
  12. -BugFix: Fixed onTakenFromCrafting hooks to be called once per stack taken. Due to internal restrictions the passed in item stack is not garenteed to be the stack that the result was added to.
  13. -BugFix: Fixed tile entities not properly being removed for blocks that do not extend BlockContainer, or override BlockContainer.onBlockRemoval
  14.  
  15. -New: New EntityInteract hook for handeling player vs entity interaction on the global level vs the item level.
  16. -New: Made BlockStairs, BlockFarmland, and BlockStep have proper sided-solidity. Can now place torches on any solid side of those blocks.
  17. -New: Dropped ICustomItemRenderer in favor of a new more robust IItemRenderer class designed by newthead. Se IItemRenderer, and https://gist.github.com/850b09a110bd705d795b
Advertisement
Add Comment
Please, Sign In to add comment