File Details
unified-api-26.1-r3.0-neoforge.jar
- R
- Apr 17, 2026
- 313.39 KB
- 154
- 26.1.2+2
- NeoForge
File Name
unified-api-26.1-r3.0-neoforge.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
Curse Maven Snippet
Added
UnifiedEvents.LootTables-
- added new
editPoolmethod
- added new
-
-
- provides an item predicate, and requires a
LootEntry
- provides an item predicate, and requires a
-
LootEntry-
- new record which allows for more flexible creation of loot pool entry changes
-
-
insert(LootPoolEntryContainer.Builder<?> entry)inserts an entry for the first matching item in each pool
-
-
-
replace(LootPoolEntryContainer.Builder<?> entry)replaces each entry containing the matching item
-
-
-
remove()fully removes all matching entries
-
Changed
UnifiedEvents.LootTables-
- deprecated old
editPoolmethod
- deprecated old
-
-
- replaced with new
editPool
- replaced with new
-
-
- both
editPoolmethods now support vanillaAlternativesEntry,EntryGroupandSequentialEntryentries
- both

