ForgePatch/patches/minecraft/net/minecraft/item
David Quintana b0c9d7cce9
Some (sadly breaking) improvements to the Fluid API (#6110)
* Some (sadly breaking) improvements to the API, after feedback and concerns provided by users:
  - Moved calculation of the translation key to the FluidAttributes constructor, so that builders can be shared between still & flowing sub-fluids.
  - Moved biome-based coloring to a dedicated FluidAttributes.Water variant, which is not used by default.
  - Added logic to automatically gather fluid textures into the list of textures to bake.
  - Patched BucketItem and FlowingFluidBlock to avoid eager access to the fluid objects.
  - Added a ForgeFlowingFluid class, as a more user-friendly way to construct a new FlowingFluid.
2019-09-11 16:00:32 +02:00
..
crafting Recipe system cleanup. (#6014) 2019-08-29 03:18:41 +02:00
ArmorItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
ArrowItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
AxeItem.java.patch Cleanup Forge's Access Transformer, and add ATs for Block.Properties#noDrop, and AxeItem/PickaxeItem. Closes #5866 and Closes #5921 2019-07-10 17:39:19 -07:00
BlockItem.java.patch Fix & Improve state comparison when checking vanilla block replacements (#5922) 2019-07-22 19:23:20 -07:00
BoneMealItem.java.patch 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
BowItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
BucketItem.java.patch Some (sadly breaking) improvements to the Fluid API (#6110) 2019-09-11 16:00:32 +02:00
DyeColor.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
DyeableHorseArmorItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
FilledMapItem.java.patch 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
HoeItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
HorseArmorItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
Item.java.patch Implement Item.isRepairable in Crafting and Grindstone. Closes #5917 2019-07-09 18:02:47 -07:00
ItemGroup.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
ItemStack.java.patch Implemented Item.get/setDamage hooks. Closes #5899 2019-07-09 18:03:19 -07:00
Items.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
LilyPadItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
MilkBucketItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
MinecartItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
PickaxeItem.java.patch Cleanup Forge's Access Transformer, and add ATs for Block.Properties#noDrop, and AxeItem/PickaxeItem. Closes #5866 and Closes #5921 2019-07-10 17:39:19 -07:00
Rarity.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
ShearsItem.java.patch Fix #5806 sheep drop shears instead of wool 2019-06-12 00:57:27 -04:00
ShovelItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
ToolItem.java.patch Update to 1.14.2 2019-06-07 16:50:47 -04:00
WallOrFloorItem.java.patch Fix & Improve state comparison when checking vanilla block replacements (#5922) 2019-07-22 19:23:20 -07:00