Create: Brassworks Missions
Create: Brassworks Missions is an addon for the Create mod that completely reimagines the quest system for Neoforge 1.21.1.
This version draws inspiration from the original Create: Missions and was initially developed for Brassworks SMP, but is now available for use on any servers, in singleplayer, or multiplayer worlds.
Key Features
- Pin quests to the HUD interface - track current objectives by pressing the Track Quests button
- Enhanced Create-style interface - completely redesigned for seamless integration with Create's visual style
- Full compatibility with Create: Numismatics - quests can reward Numismatics spurs
- Data-driven quest system - add your own quests through JSON
- Open quest menu with hotkey (default H)
- Administrator command support - direct control and adjustment of player quests
- Includes 24 quest types with plans to add more in future updates
Important Information
Starting from version 1.1, changing the reward item requires using a datapack. An example datapack is available here, which replaces diamond with Numismatics spurs, but you can set any desired item.
Future Plans
- Adding KubeJS support for registering new quest types, managing existing quests, and alternative quest addition through datapacks
- Expanding configuration options for players
- Improving functionality

Quest Types
The mod currently includes 24 different quest types, among which:
- Breaking blocks
- Reaching experience levels
- Using totems
- Fishing items
- Crafting items
- Killing entities
- Breeding animals
- Consuming items
- Mixing items
- Compacting items
- Pressing items
- Sawing items
- Crushing items
- Milling items
- Cutting items
- Mechanical crafting
- Drilling blocks
- Moving items on conveyors
- Walking distance
- Driving boats
- Flying with elytra
- Riding mobs
- Eating cake slices
- Traveling by chain conveyors
- Harvesting crops
New quest types are planned for addition in future updates.
Quest Type Identifiers
Click to view all quest type identifiers
break_block reach_experience_level use_totem fish_item craft_item kill_entity breed_animals consume_item mix_item compact_item press_item saw crush_item mill_item cut_item mechanical_craft drill_block move_on_belt walk drive_boat fly_elytra ride_mob eat_cake_slice travel_by_chain_conveyor harvest
Customization
Since quests are fully data-driven, you can easily define new quests through datapacks. The mod comes with a built-in datapack containing several examples to help you get started.
Custom quests should be placed in:
data/brassworksmissions/missions/missions.json
Click to view JSON example
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": { "item": "numismatics:spur", "minAmount": 8, "maxAmount": 16 } }
Notes
- Requires the Create: Numismatics mod. Without it, the mod will not function
- Works in both singleplayer and multiplayer modes
- Originally developed for Brassworks SMP, but available for all servers and worlds