ForgePatch/patches/minecraft/net/minecraft
David Quintana b294f4d894
New round of fluid system fixes: (#6175)
- Fix race condition lazy-initializing flowing fluid block data.
- Fix typo in ItemTextureQuadConverter that prevents certain animated textures from being used in the fluid bucket.
- Fix calls to onContentsChanged in FluidTank.
- Fix FluidUtil.tryEmptyContainer logic when simulating.
- Fix EmptyFluidHandler.fill returning the wrong number.
2019-10-05 19:49:26 +02:00
..
advancements Recipe system cleanup. (#6014) 2019-08-29 03:18:41 +02:00
block New round of fluid system fixes: (#6175) 2019-10-05 19:49:26 +02:00
client Properly propagate the DimensionType information from server to client 2019-10-02 21:54:02 -04:00
command Remove StructureArgument to work around vanilla issue, clean up custom arguments 2019-09-08 02:01:17 -04:00
crash Provisional update to 1.14.4. Missing a lot of playerinteractionmanager patches because everything moved and I'm tired. 2019-07-20 00:35:40 -04:00
data Recipe system cleanup. (#6014) 2019-08-29 03:18:41 +02:00
dispenser Fix naming conflicts with official names. 2019-09-04 22:33:17 -07:00
enchantment Initial 1.14.3 update. 2019-06-24 19:01:03 -07:00
entity Properly propagate the DimensionType information from server to client 2019-10-02 21:54:02 -04:00
fluid Some (sadly breaking) improvements to the Fluid API (#6110) 2019-09-11 16:00:32 +02:00
inventory/container Implement Item.isRepairable in Crafting and Grindstone. Closes #5917 2019-07-09 18:02:47 -07:00
item Move OnlyIn patches on DyeColor to SAS file 2019-10-04 02:26:54 -04:00
nbt Introduce new Side Annotation Stripper system to semi-automate the shipment of Sided methods and cleanup patches. 2019-07-31 21:15:39 -07:00
network Properly propagate the DimensionType information from server to client 2019-10-02 21:54:02 -04:00
particles Fix Digging particle sometimes using the wrong block pos to get additional model data (#6077) 2019-08-28 21:33:15 -07:00
pathfinding Provisional update to 1.14.4. Missing a lot of playerinteractionmanager patches because everything moved and I'm tired. 2019-07-20 00:35:40 -04:00
potion Fix coremod not redirecting to the correct method (#6078) 2019-08-28 17:49:46 -07:00
resources Introduce new Side Annotation Stripper system to semi-automate the shipment of Sided methods and cleanup patches. 2019-07-31 21:15:39 -07:00
server Properly propagate the DimensionType information from server to client 2019-10-02 21:54:02 -04:00
stats Add forge registries for most vanilla registries 2019-06-09 04:23:39 -04:00
tags Post tag event directly from reloader thread (#6164) 2019-09-17 14:39:36 -07:00
tileentity Update furnace fuels to not recreate it's list every query, and update when tags are reloaded. Add Tag update events. (#6140) 2019-09-16 14:04:32 -07:00
util Properly fix missing attribute issue, add vanilla bug ID 2019-09-08 02:23:16 -04:00
village Provisional update to 1.14.4. Missing a lot of playerinteractionmanager patches because everything moved and I'm tired. 2019-07-20 00:35:40 -04:00
world Allow structure processors to process entities 2019-09-28 18:18:24 -04:00