ForgePatch/patches/minecraft/net/minecraft/inventory
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
..
Container.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
ContainerBeacon.java.patch More patch work, our async chunk loading doesn't appear to be viable for 1.13. 2018-12-05 18:08:27 -08:00
ContainerBrewingStand.java.patch More patch work, our async chunk loading doesn't appear to be viable for 1.13. 2018-12-05 18:08:27 -08:00
ContainerEnchantment.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
ContainerFurnace.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
ContainerPlayer.java.patch More patch work, our async chunk loading doesn't appear to be viable for 1.13. 2018-12-05 18:08:27 -08:00
ContainerRepair.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
Slot.java.patch GUI Patches 2018-11-21 21:23:24 -08:00
SlotCrafting.java.patch Add recipe types for faster runtime iteration. (#5312) 2019-01-25 10:22:41 -08:00
SlotFurnaceOutput.java.patch Port some patches to 1.13 (#5267) 2018-12-10 12:37:14 -08:00