This mod is for modpack makers and not intended just to be installed because it needs configuration.
You can configure and add custom achievements and trophies through editing a json file.
If you add this to your modpack and start it once, this mod adds an example json file in your config folder which you should edit.
The example file should be self explanatory, but if not here is an overview over the attributes:
- tabname - This is the tab name of your achievements in the Achievements Menu
- uid - Unique identifier for your achievements, the name doesn't matter, it's only internal, just make sure it's unique
- name - Name of the achievement
- desc - Description of the achievement when you hover over its name
- type - Can have one of those values
- "Detect" - Triggers when you pick up an item
- "Craft" - Triggers when you craft an item
- "Interact" - Triggers when you right click a block (1.11 only)
- "Use" - Triggers when you right click an item (1.11 only)
- "Place" - Triggers when placing this block (1.11 only)
- "Mine" - Triggers when breaking this block (1.11 only)
- "Stat" - Triggers when a statistic value is reached (1.11 only)
- needs "stat" - name of the statistic
- needs "statValue" - value of the statistic
- "Kill" - Triggers when a mob is killed by the player (1.11 only)
- needs "mob" - name of the mob
- item - Internal name of the item that you have to craft or pick up to trigger the achievement
- meta - (optional) Metadata of the before mentioned item
- ignoreMeta - Set to true if metadata should be ignored, otherwise false
- parent - (optional) uid of the parent achievement that has to be completed to be able to trigger this achievement
- trophy - Set to true if the player should get a trophy when triggering the achievement, otherwise false
- xpos - Horizontal position of the achievement in the Achievement Menu
- ypos - Vertical position of the achievement in the Achievement Menu
This mod is work in progress, several things are still planned, including
- backporting 1.11 features
- better trophy model (contact me if you have an idea or can create nice textures)
I coded this mod for my modpack Age of Engineering, but you can use this of course for your own modpack, no need to ask me.
Hey Bonjour!
No plan for a 1.12.2 minecraft version?
Or another mod like this one?
Thanks for your work.
In reply to Poppi_YT:
Unlikely sorry.
In reply to davqvist:
Hey Bonjour!
I found a mod like this one, called Triumph, hope that can help other people.
it does not work
In reply to xav07theman:
Hi,
i like your work. It makes so much fun to create new achievements, but i have a problem.
I want to chek tow or more statitics for one achievement.
My attemt to solve this was:
"stat": [
"stat.pickup.minecraft.wheat",
"stat.pickup.minecraft.egg"
]
but the only thing that happened, was that my game crashes.
Can anyone help my to solve this problem?
In reply to Forge_User_42677542:
In reply to Forge_User_42677542:
Hi ..this is a very nice mod...Can you update'it to 1.12 ?
Can I use this to make an achievement for killing a particular player? Or is there some way to have an achievement trigger from getting a particular player head?
In reply to KlutzLament:
Is there a way to whitelist achievements that show up in chat (without disabling achievements or showing them in chat) that are added by other mods?
Thanks
In reply to ElectroBot:
If I lose a trophy, how would I go about getting it back?
In reply to TheBtingle:
With neither HQM or BQM coming to 1.12 yet, I really hope this can be updated to 1.12 soon.
In reply to Boolyman:
In reply to davqvist:
In reply to Boolyman:
In reply to davqvist: