5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 2 years ago.
Aug 24, 2022 — Aug 24, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update FML with recent mainline changes More... about 13 years ago
Update FML with recent mainline changes More... about 13 years ago
Update FML with recent mainline changes More... about 13 years ago
Update FML with recent mainline changes More... about 13 years ago
Merge branch 'master' into bukkit More... about 13 years ago
Merge branch 'master' into bukkit More... about 13 years ago
New block hooks for creating custom beds. More... about 13 years ago
Merge pull request #54 from cpw/master More... about 13 years ago
Update to FML 74: fixes an important issue with MLProp More... about 13 years ago
Fix a small issue with the build output script Fix a significant issue with MLProp handling and primitives- they work now More... about 13 years ago
Fix a small issue with the build output script Fix a significant issue with MLProp handling and primitives- they work now More... about 13 years ago
Bumped revision to 3 More... about 13 years ago
Fixed Vinella mob spawning bug that prevented mobs from spawning on the top most chunk. Added new Block function to determine if a Mob can naturally spawn on the block. Add new hook to allow for special case handeling on natural entity spawn. More... about 13 years ago
Fix for loading Minecart Entities in worlds that were last accessed before Forge was installed. More... about 13 years ago
Moved MLMP compatibility functions to ModCompatibilityClient, and fixed issue where no vehicles would be spawned. More... about 13 years ago
New ISoundHandler interface, useful for adding custom sounds and dealign with sound based events. Includes basuic AudioMod compatibility. More... about 13 years ago
Fixed vinella bugs when trying to access chunk information with a y < 0 More... about 13 years ago
Added MLMP hook invocation for vehicle spawn and opening GUI's to provide compatibility for clients that have both ModLoaderMP and forge installed. More... about 13 years ago
Updated to FML build #73 More... about 13 years ago
More text fixup More... about 13 years ago
More text fixup More... about 13 years ago
Typos More... about 13 years ago
Typos More... about 13 years ago
Add in detection for MLMP and try to fail with a graceful message. More... about 13 years ago
Add in detection for MLMP and try to fail with a graceful message. More... about 13 years ago
Exposed TileEntityData packet to TileEntities. And added helper sender function. More... about 13 years ago
Added metadata sensitive Chunk constructor for Bioxx More... about 13 years ago
Added MinecraftApplet.clas to the force output list because users cant understand the concept of only replacing files they are told to. And bumped version to 3.1.2 More... about 13 years ago
Implemented a 'small' packet system for those mods that need to send rapid, small data packets and who are concered about the overhead of the 250 payload packet. It uses packet 131. More... about 13 years ago
Fixed shift-clicking issue with items that utilized the new ItemStack sensitive smelting system. More... about 13 years ago