All versions
6
Release
trophymanager-1.16.5-0.1.6.0.jar3 years ago 276
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
0.1.6.0
- Added Trophy Minecarts, they face the right direction every time half the time
- Added unique NBT data to root tag to better support shop plugins
0.1.5.0
- Armor and equipment can now be added to trophies of mobs that are able to hold them
- Trophy drop rate is affected by looting level
- Fixed crash with entities requiring NBT
- Added config for max size modifier
0.1.3.0
- Entity trophies can now have passengers
0.1.2.0
- Trophies drop from killing mobs. Config to disable and config for the chances (split into boss and normal)
- Config screen where you can change the offsets and scale. Is only available to ops unless config set to allow for all
0.1.1.0
- Added mob sound effect when the trophy is given a redstone signal
- Possible to render armor and items on biped models
- Angry, angry trophies
0.1.0.0
- Better rendering when in hand or in GUI
- Added vanilla mob example trophies to creative menu (decoration tab)
- Trophy base block swap list is now a tag
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:pK0Ko6yV:9VJkPdTl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pK0Ko6yV:9VJkPdTl"
}

