ForgePatch/patches/minecraft/net/minecraft/client
LexManos ca72710937 Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped.
DimensionType is not unique per Dimension. See DimensionManager for more details.
Vanilla now has a chunk loading system, so Forge's will need to be deprecated/adapted.
2019-02-14 15:08:53 -08:00
..
audio Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
entity Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
gui Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
multiplayer Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
network Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
particle Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
renderer Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
resources Most client patches done except the render pipeline. 2018-11-28 22:15:05 -08:00
settings Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
shader Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
util Most client patches done except the render pipeline. 2018-11-28 22:15:05 -08:00
ClientBrandRetriever.java.patch Branding fixup. 2018-09-30 14:29:14 -04:00
GameSettings.java.patch Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
KeyboardListener.java.patch Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
Minecraft.java.patch Initial 1.13.2 update. Major thing to note is that Dimensions have been completely revamped. 2019-02-14 15:08:53 -08:00
MouseHelper.java.patch Implement GuiScreen events for mouse and keyboard (#5297) 2018-12-23 23:46:42 -08:00