1.0.7
Compatibility
Changes
LootRun 1.0.7 Changelog Main Changes Fixed recipe-derived prices not updating correctly after editing base material prices. Fixed manual trade prices being unable to go below LootRun’s default generated price. Improved vanilla recipe pricing for armor, tools, buckets, and netherite equipment. Rebalanced enchanted book and enchanted gear pricing so high-level enchantments are no longer extremely cheap. Fixed price balance issues such as empty buckets vs filled buckets and netherite gear being cheaper than diamond gear. Added a search box to the trade terminal shop list. Added search support in trade edit mode for both the shop list and item library. Fixed trade terminal buttons showing item tooltips from items underneath them. Added per-custom-map raid duration settings. Fixed some Simple Enemy / TaCZ weapon-kill tasks staying forever on “loading”. Added optional PlayerRevive compatibility. Fixed PlayerRevive bleed-out or give-up deaths skipping the extraction-failed screen. Fixed players returning to the hideout while still stuck in PlayerRevive’s downed state. Raid death failure now clears active effects like vanilla death. Upgrade Notes Replace lootrun-1.0.6.jar with lootrun-1.0.7.jar. Both client and server must update. Existing player data, custom maps, trade configs, price configs, and RarityCore settings are kept. Price rule changes will invalidate old generated price cache and recalculate affected item values.
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:9BfkbLEO:1xZXU3Vo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9BfkbLEO:1xZXU3Vo"
}

