unified-api-26.2-r1.0-fabric.jar
Curse Maven Snippet
What's new
Added
UnifiedHelpers.DATA_PACKSandUnifiedClientHelpers.RESOURCE_PACKS-
- includes
addRequiredandaddOptionalmethods
- includes
-
- used to load built-in datapacks and resource packs respectively
Changed
- Unified API packages have been completely redone, so you'll have to re-import all referenced classes
-
- this includes a split with
unified.api.andunified.impl., which clearly separates developer-focused code from internal-only code
- this includes a split with
-
-
- you can be assured that no breaking changes will be made in the same vanilla drop version within
unified.api.
- you can be assured that no breaking changes will be made in the same vanilla drop version within
-
-
- it should be much easier to find the classes you're looking for going forward
-
- many internal classes were either exposed in
api.or renamed withinimpl.for clarity
- many internal classes were either exposed in
-
-
- these include
BiomeModificationContextandLootTableContext, which were moved intoapi.
- these include
-
- renamed
UnifiedPlatformtoUnifiedInstance -
- renamed
getLoadertogetModLoader
- renamed
- renamed
UnifiedEvents.GuistoUnifiedEvents.Hud -
- this matches changes to vanilla naming
- renamed
LoaderTypetoModLoader - renamed
EventTypetoEventTiming - renamed
UnifiedClientHelpers.LEGACY_BABY_ARMORtoUnifiedClientHelpers.SIMPLE_BABY_ARMOR -
- replaced
add(ResourceKey<EquipmentAsset> asset, boolean resize, int cutoff)withadd(ResourceKey<EquipmentAsset> asset, int cutoff)
- replaced
-
- replaced
add(ResourceKey<EquipmentAsset> asset, boolean resize)withaddWithoutDownscale
- replaced
- renamed
CreativeModeTabstoCreativeModeTabIds
Removed
UnifiedHelpers.PACKS-
- removed in favour of split
UnifiedHelpers.DATA_PACKSandUnifiedClientHelpers.RESOURCE_PACKS
- removed in favour of split
PackType-
- no longer needed due to the removal of
UnifiedHelpers.PACKS
- no longer needed due to the removal of
UnifiedHelpers.BLOCK_CONVERSIONS-
- removed
addWeathering(WeatheringCopperBlocks set)
- removed
-
-
- vanilla removed
WeatheringCopperBlocksand anotheraddWeatheringmethod still exists, so this was removed outright
- vanilla removed
-
- removed all deprecated methods and classes
This mod has no additional files

