fabric/fabric-events-interaction-v0/src
modmuss 3434862fbd
Port to 23w51b (#3474)
Breaking changes:

- `FabricBrewingRecipeRegistry.registerPotionRecipe` takes `RegistryEntry<Potion>` instead of `Potion`
- `SculkSensorFrequencyRegistry.regster` takes `RegistryKey<GameEvent>` instead of `GameEvent`
- `FabricLanguageProvider.add` takes `RegistryEntry<EntityAttribute>` instead of `EntityAttribute`
- `FabricTagProvider.GameEventTagProvider` was removed replace with `FabricTagProvider<GameEvent>`
- `FabricItem.getAttributeModifiers` returns a Multimap with a key of `RegistryEntry<EntityAttribute>` instead of `EntityAttribute`
- `ModifyItemAttributeModifiersCallback.modifyAttributeModifiers` takes Multimap with a key of `RegistryEntry<EntityAttribute>` instead of `EntityAttribute`
2023-12-18 18:47:42 +00:00
..
client Update to loader 0.15 (#3451) 2023-12-08 15:19:17 +00:00
main Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
testmod Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
testmodClient/java/net/fabricmc/fabric/test/client/event/interaction [1.20.3] Move clientPickBlock APIs to client source set. (#3363) 2023-10-08 13:01:52 +01:00