Tags
Creators
Details
All versions
0.2.0+1.21.1+neoforge
Beta
lootables-0.2.0+1.21.1+neoforge8 months ago 248
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Changelog for 0.2.0+1.21.1+neoforge
Additions
- Multiloader now! Fabric and Neoforge 1.21.1 currently supported.
- new
commandlootable pool. Runs the command provided with op level 2- Add a
descto your lootable pools that use this, otherwise the players won't know what the command does!
- Add a
- New
resetKeymethods inLootablsApi. These reset a specificIdKey, allowing player(s) to start rolling tables keyed to that id again. - Added
LootablesDataProviderfor generating Lootables data with datagen- This is currently untested! If you have any issues with it before I have a chance to get testing done myself, let me know and I'll get a patch out.
Changes
- the
lootablescommand now has akeyedoption, allowing for command-built keyed tables- Keyed tables can only be rolled by specific players a certain number of times
LootablesDatahas been made internal, as it should have been
Fixes
- Don't "offer" empty choice pools to a player (which resulted in a blank screen with no way to make a choice)
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:vQZTILnF:UfjfXWTS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vQZTILnF:UfjfXWTS"
}

