Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Jonn's Trophies

Jonn's Trophies

Adds highly customizable trophies to hand out as quest rewards.

3,125
3
Adventure

Compatibility

Minecraft: Java Edition

1.21.x
1.20–1.20.1
1.19–1.19.3
1.18.x
1.17.1
1.16.5

Platforms

Forge
NeoForge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source

Creators

LobsterJonn
LobsterJonn Owner

Details

Licensed ARR
Published 2 years ago
Updated 3 months ago
DescriptionGalleryChangelogVersions

Get a trophy when killing a mob. All vanilla and modded entities are supported.

This mod also lets you define your own trophies and hand then out as quest rewards.

You can make a trophy for any entity and any item in the game including modded ones. By default, trophies have a configurable chance to drop from mobs when killed by a player. This behavior can be disabled for you to control how the players acquire trophies, either by adding your own recipes or use a mod like FTB Quests to give out custom trophy items.

A trophy is made with a trophymanager:trophy item and a number of NBT tags. In the creative menu you can find all the vanilla mobs as trophies, but you are encouraged to create your own to fit the style of your pack.

Here's an example of the NBT required for a trophy with a wooden hoe

{
    "TrophyType": "item",
    "TrophyItem": {
        "id": "minecraft:wooden_hoe"
    },
    "Name": "Super Hoe Trophy"
}

and an example of a big creeper

{
    "TrophyType": "entity",
    "TrophyEntity": {
        "entityType": "minecraft:creeper"
    },
    "Scale": 2.0,
    "Name": "Creeper Trophy"
}

You can also choose the base block

{
    "TrophyType": "entity",
    "TrophyEntity": {
        "entityType": "minecraft:wither"
    },
    "OffsetY": 0.8,
    "BaseBlock": "minecraft:diamond_block",
    "Name": "Wither Trophy"
}

"Scale" and "OffsetY" are optional and defaults to 0.5 for both.

By default, the trophy base can be changed by right clicking with any slab block. The list of blocks you can use as base blocks is defined in the block tag trophymanager:trophy_base

Example of a give command

/give <player> trophymanager:trophy{ "TrophyType": "entity", "TrophyEntity": { "entityType": "minecraft:wither" }, "Scale": 0.75, "OffsetY": 0.25, "BaseBlock": "minecraft:quartz_slab", "Name": "Wither Trophy" }

Need help? https://discord.gg/A3FbgXNYjj

Sponsor Time

Modrinth is open source.

feat/theseus/tauri-v2@c5403db

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.