fabric/deprecated
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
..
fabric-command-api-v1 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
fabric-commands-v0 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
fabric-containers-v0 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
fabric-events-lifecycle-v0 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
fabric-keybindings-v0 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
fabric-models-v0 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
fabric-renderer-registries-v1 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
fabric-rendering-data-attachment-v1 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
fabric-rendering-v0 Port to 23w51b (#3474) 2023-12-18 18:47:42 +00:00
build.gradle Setup unit tests & format gradle files. (#3073) 2023-05-30 13:07:11 +01:00