This website requires JavaScript.
Explore
Help
Register
Sign in
keith
/
ForgePatch
Watch
1
Star
0
Fork
You've already forked ForgePatch
0
Code
Issues
Pull requests
Projects
Releases
2
Wiki
Activity
488322baa2
ForgePatch
/
common
/
net
/
minecraftforge
History
LexManos
488322baa2
Add checking for 'ENUM$VALUES' in EnumHelper. Eclipse uses it's own internal compiler which does not follow the java standard of making the values field names $VALUES and private. Instead its public and ENUM$VALUES.
Closes
#502
2013-04-04 16:04:04 -07:00
..
classloading
Fix crash when EnumHelper can't find $VALUES field, log info, and return gracefully.
2013-03-12 18:42:43 -07:00
common
Add checking for 'ENUM$VALUES' in EnumHelper. Eclipse uses it's own internal compiler which does not follow the java standard of making the values field names $VALUES and private. Instead its public and ENUM$VALUES.
Closes
#502
2013-04-04 16:04:04 -07:00
event
Fixed issue with Event.hasAnnotation ignoring it's parameter. And cached its values for potential performance gain.
Closes
#482
2013-03-26 10:38:55 -07:00
liquids
Remove unneeded SideOnly. ref:
Buildcraft/Buildcraft#710
2013-03-31 09:04:49 +02:00
oredict
Update to 1.5.1 Pre-Release:
2013-03-19 18:09:48 -07:00
transformers
Sync up with FML, Will not run nativly as you need deobfusication_data.zip in your libs folder.
2013-02-28 03:53:42 -08:00