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
3b5ada083e
ForgePatch
/
src
/
main
/
java
/
net
/
minecraftforge
History
LatvianModder
3b5ada083e
Added getCommandMap() & getSortedCommandList() in CommandTreeBase (
#3251
)
2016-09-13 12:46:23 -07: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
Unlike BakedQuad, UnpackedBakedQuad does not propagate the diffuse lighting flag to Vertex Consumers. Made UnpackedBakedQuad conform to BakedQuad's behavior. (
#3181
)
2016-08-12 14:33:38 -07:00
common
Introducing a new standardized energy capability system.
2016-09-12 14:47:59 -07:00
energy
Introducing a new standardized energy capability system.
2016-09-12 14:47:59 -07:00
event
New event to allow mutating a baby entity based on it's parents (
#3227
)
2016-09-13 09:32:27 -07:00
fluids
Fix universal bucket not being returned in crafting recipes (
#3234
)
2016-09-13 00:02:01 -07:00
fml
Fix potential shading issue in GuiEditArrayEntries.
Closes
#3247
2016-09-12 14:48:55 -07: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
Added getCommandMap() & getSortedCommandList() in CommandTreeBase (
#3251
)
2016-09-13 12:46:23 -07:00