Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platforms
Supported environments
Client-side
Server-side
Client and server
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 months ago
Changelog
Added
UnifiedClientEvents.ItemTooltips-
- used to add tooltips to an ItemStack
-
- includes
addDetails,addAttributesandinsertLinesmethods
- includes
UnifiedClientEvents.Instance-
- added
onRespawnmethod
- added
EventType-
- new enum used to determine whether certain events should run at the start or end of an event
-
-
- uses
EventType.PREandEventType.POSTto accomplish this
- uses
-
Changed
- renamed
UnifiedClientEvents.TickstoUnifiedClientEvents.Instance -
- replaced
onStartandonEndwithonTick, which acceptsEventType
- replaced
UnifiedEvents.Blocks-
- replaced
beforePlaceandafterPlacewithonPlace, which acceptsEventType
- replaced
UnifiedEvents.Items-
- replaced
beforeUseandafterUsewithonUse, which acceptsEventType
- replaced
- renamed
UnifiedEvents.ServerstoUnifiedEvents.Server -
- replaced
onTickStartandonTickEndwithonTick, which acceptsEventType
- replaced
-
- replaced
onLevelTickStartandonLevelTickEndwithonLevelTick, which acceptsEventType
- replaced
UnifiedEvents.LootTables-
- now accepts a LootTable, ResourceKey and HolderLookup.Provider directly
-
-
LootTablecontext now only providesaddPoolandeditPoolas part of this change
-
UnifiedEvents.Entities-
onEquipmentChangenow provides aQuadConsumer<LivingEntity, EquipmentSlot, ItemStack, ItemStack>, rather than aConsumer<EquipmentContext>
Fixed
- stopped composters crashing on Fabric
Files
unified-api-26.1-b8.0-neoforge.jar(289.36 KiB) Primary
Metadata
Release channel
BetaVersion number
26.1-b8.0-neoforgeLoaders
NeoForge
Game versions
26.1–26.1.1Environment
Client and server, best when installed on both


