Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 2 weeks ago
Updated last week
Create: Brassworks Missions
Create: Brassworks Missions is an addon for Create, bringing a reimagined missions system to Neoforge 1.21.1.
Inspired by the original Create: Missions, this version was built for the Brassworks SMP, but you are free to use it on your own server, in singleplayer, or on multiplayer worlds.
Features
- Pin missions to the HUD – track your current objectives by pressing the Track Missions button.
- Cleaner, more Create-like UI - redesigned to feel at home with Create’s style.
- Full compatibility with Create: Numismatics - missions can award Numismatics spurs.
- Data-driven mission system - add your own missions with JSON.
- Open the missions menu with a keybind (default H).
- Administrator command support - control and adjust player missions directly.
- 24 mission types included, with more planned for future updates.
Important: to change the reward item starting from version 1.1 u will need to use a datapack, there is an example datapack here, which changes the reward item from a diamond to numismatics spurs, but it can be any item you want.
Future Plans:
- Add KubeJS Support to register new mission types, and control existing missions, and add new missions as a datapack alternative.
- Add more configuration options for the players
- Get Gud
Mission Types
This mod currently includes 24 different mission types, such as:
- Break Blocks
- Reach Experience Levels
- Use Totems
- Fish Items
- Craft Items
- Kill Entities
- Breed Animals
- Consume Items
- Mix Items
- Compact Items
- Press Items
- Saw Items
- Crush Items
- Mill Items
- Cut Items
- Mechanical Crafting
- Drill Blocks
- Move Items on Belts
- Walk Distance
- Drive Boats
- Fly with Elytra
- Ride Mobs
- Eat Cake Slices
- Travel by Chain Conveyor
- Harvest Crops
And more will be added in future updates.
Mission Type IDs
Click to show all mission type IDs
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
Because the missions are fully data-driven, you can easily define new missions via datapacks.
The mod ships with a built-in datapack that contains several examples to help you get started.
Custom missions should be placed in:
data/brassworksmissions/missions/missions.json
Click to view JSON example
{
"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 Create: Numismatics. This mod will not function without it.
- Works in both singleplayer and multiplayer.
- Originally developed for the Brassworks SMP, but available for all servers and worlds.