Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 7 months ago
All versions
0.7.7+1.20.4+fabric
Release
EMI Loot 0.7.7+1.20.4+fabric8 months ago 42
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added new "Loot Stacks" that allow an EMI Loot recipe to be referenced directly via loot table id (using the cooresponding loot stack)
- As part of this, Chest, Gameplay, and Archaeology loot tables now show a tooltip above the table title, including the mod name that added the table.
- Guarded against crashes with Nyf's Spiders and other mods that have broken state when initialized.
- Pushed EMI Loots recipe categories further back in the category sort order. They should now appear "behind" most other categories (crafting etc).
- Set NBT (Set Component, Set Custom Data) loot functions should now affect the final loot stack, allowing for things like cosmetic NBT changes to take effect.
- Fixed truncation of enchantment names in certain cases
- Fixed issue with a "triple arg text key"
- Loot tables that are entirely empty, but don't use the
emptyloot type will now be skipped
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qbbO7Jns:d8B2Imbi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qbbO7Jns:d8B2Imbi"
}




