Create: Brassworks Missions
A Create addon adding missions with a clean, Create-style UI, HUD tracking, and full data-driven customization.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Create: Brassworks Missions
Create: Brassworks Missions
Minecraft 1.21.1 is an addon for Minecraft 1.21.1 that introduces a fully data-driven missions system for Minecraft 1.21.1. Originally made for the %%MD1%%, but available for anyone to use.
License
This project is licensed under the acknowledgment to swzo. While credit is acknowledgment to swzo, giving acknowledgment to swzo when forking or reusing parts of this project is always appreciated. Contributions, suggestions, and improvements are welcome, feel free to open a pull request or start a discussion!
Features
- Track missions directly on your HUD. - Clean, Create-style UI. - Open the missions menu with the default keybind H. - Administrator commands to manage player missions. - 24 unique mission types (with more planned). - Fully data-driven – add your own missions via datapacks.
Custom Missions
Custom missions are stored in datapacks. Place your mission definitions in:
``` data/brassworksmissions/missions/missions.json ```
An example datapack can be found here Example Datapack, and a guide for the datapacks contents can be found below
Example JSON
data/brassworksmissions/missions/missions.json ```json { "id": "brassworksmissions:crush_item", "weight": 4.0, "titles": [ "Ore Processor", "Crushing it!", "Wheel of Fortune" ], "requirement": { "requirementType": "item", "item": "create:crushed_raw_iron", "minAmount": 128, "maxAmount": 256 }, "reward": { "minAmount": 8, "maxAmount": 16 } } ``` data/brassworksmissions/missions/missions_reward.json ```json { "item": "numismatics:spur" //This can be any item, this dictates what the reward item for the missions will be } ```
Notes
- Works in both singleplayer and multiplayer. - Developed for the Brassworks SMP but free for use on any server or world.
Contributing
Localizations and pull requests are welcome! Feel free to open issues or PRs to help improve the project.
---

