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
fc43ebbd7e
ForgePatch
/
src
/
main
/
java
/
net
/
minecraftforge
History
Joseph C. Sible
fc43ebbd7e
Use CreateFluidSourceEvent for mod fluids as well
2016-07-23 22:39:54 -04:00
..
classloading
In accordance with our stated goal of relicensing Forge to LGPL v2.1, this commit enacts that change. Although it is using the 1.9.4 codebase, it is intended that this branch become public with the 1.10 changes, as such the license will take effect at that time. The three commits from persons who have failed to accept the new license, as documented in
#2789
, have had their commits reverted. This should complete the license transition. Commits after the commit date of this commit should be considered licensed by LGPLv2.1, as indicated in LICENSE-new.txt. All patches are now considered owned by the Forge project and Forge Development LLC in particular (note that they will not get the license boilerplate, as they are machine generated files).
2016-06-22 23:49:48 -04:00
client
Fixed FPS graph and new debug lines not being rendered in Debug screen.
Closes
#3054
2016-07-01 13:53:26 -07:00
common
Bump version for a RB
2016-07-11 12:38:15 -07:00
event
Add CreateFluidSourceEvent to control infinite fluid sources
2016-07-23 22:39:54 -04:00
fluids
Use CreateFluidSourceEvent for mod fluids as well
2016-07-23 22:39:54 -04:00
fml
Merge remote-tracking branch 'origin/pr/3055' into 1.10.x -
closes
#3055
and
#3043
hopefully. Complex solution, but it seems legit. Needs testing.
2016-07-23 20:14:51 -04:00
items
Fix hopper extract behavior being broken on edge cases due to IItemHandler capability.
Closes
#3062
2016-07-03 13:45:26 -07:00
oredict
Big warning for recipe types found without being registered, it turns out this is pretty severe, modders need to fix it.
2016-06-26 12:52:14 -04:00
server
In accordance with our stated goal of relicensing Forge to LGPL v2.1, this commit enacts that change. Although it is using the 1.9.4 codebase, it is intended that this branch become public with the 1.10 changes, as such the license will take effect at that time. The three commits from persons who have failed to accept the new license, as documented in
#2789
, have had their commits reverted. This should complete the license transition. Commits after the commit date of this commit should be considered licensed by LGPLv2.1, as indicated in LICENSE-new.txt. All patches are now considered owned by the Forge project and Forge Development LLC in particular (note that they will not get the license boilerplate, as they are machine generated files).
2016-06-22 23:49:48 -04:00