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
What's New
UnifiedHelpers.BIOME_MODIFICATIONS-
- full multiloader equivalent of the fabric biome modification api, allowing to modify biome features, carvers, mob spawns, effects, climate & environment attributes
UnifiedHelpers.BLOCK_CONVERSIONS-
- allows for simple, extensible block-swapping functionality, including strippable logs and de-oxidizing/waxing copper
UnifiedHelpers.DATA_COMPONENTS-
- used to easily append item components to blocks and items alike, including Unified API's furnace fuel and compost components
UnifiedEvents.Servers-
- allows running code during server start, stop or datapack reload
UnifiedEvents.LootTables-
- full loot table modification api, akin to the fabric loot table api
UnifiedDataComponents.COMPOST-
- data-driven compost functionality
UnifiedItemTags-
- currently contains the "unified:persistent_cooldowns" tag, which allows you to make item cooldowns persist even when a player quits the world
Changed
- added
addAliasmethod to Unified registries UnifiedHelpers.NETWORKING-
- renamed
registerPlayC2StoregisterPlayToServer
- renamed
-
- renamed
registerPlayS2CtoregisterPlayToClient
- renamed
-
- renamed
registerConfigC2StoregisterConfigToServer
- renamed
-
- renamed
registerConfigS2CtoregisterConfigToClient
- renamed
UnifiedHelpers.CREATIVE_ENTRIES-
- renamed
addtoinsert
- renamed
-
- renamed
addAftertoinsertAfter
- renamed
-
- renamed
addBeforetoinsertBefore
- renamed
UnifiedEvents.ItemComponents-
- builder now provides a full
DataComponentMap.Builder
- builder now provides a full
-
- added new
modifymethod, which is a simpler event with no predicate filter
- added new
-
- renamed old
modifymethod tomodifyWithFilter
- renamed old
- renamed
UnifiedItemComponentstoUnifiedDataComponents
Removed
UnifiedClientHelpers.BLOCK_LAYERS, due to 26.1 changes making it redundantUnifiedHelpers.LOOT_TABLES, in favor of the newUnifiedEvents.LootTablesUnifiedHelpers.STRIPPABLES, in favor of the newUnifiedHelpers.BLOCK_CONVERSIONSUnifiedHelpers.FURNACE_FUELS, in favor of the newUnifiedHelpers.DATA_COMPONENTSandUnifiedDataComponents
Files
unified-api-26.1-b1.0-neoforge.jar(225.8 KiB) Primary
Metadata
Release channel
BetaVersion number
26.1-b1.0-neoforgeLoaders
NeoForge
Game versions
26.1Environment
Client and server, best when installed on both


