Create: Missions
No reviews yet
Economy for Create mod servers by granting weekly missions
Themed around heavy machinery, factories, and automation reminiscent of the Industrial Revolution.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Features machines that process raw materials or automation processes.
Heavily focused around the Create mod, known for its unique mechanical systems and contraptions.
Adds tools to customize the user interface and menus.
Adds extra features or content to an existing mod.
Includes systems for trading and managing economies.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Quilt is a fork of the Fabric mod loader. Many Fabric mods are compatible with Quilt and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
Works on the client or the server alone, but does more when on both.
Varies by version.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Create: Missions is a Create addon focused for Create mod servers. It will also work in singleplayers worlds, but it's designed to bring an economy throughout a server's lifetime. We hope to give server owners a better way of giving players a currency, while also encouraging players to build their own shop contraptions/exchange banks/banks.
What's this addon?
It works by giving 10 random missions per player per week. These missions can be vanilla missions like "Break X Veridium" or Create mod related like "Drive a train for 4 km with at least 2 passengers". You can also reroll the missions, and claim prices by completing them.
Open the mission GUI pressing H key (by default) or using /missions command
Mission types:
As time goes on, more missions will be added. Some missions can have lots of variation like breaking a block, while others are simpler like walking.
There are in total 16 Mission Types that use Create-related mechanics.
cut, compact, sail, craft, ride, harvester, train-driver-passenger, crush, eat, train-passenger, place, dive, press, mix, train-driver, break, saw, kill, drill, drink, mill, minecart, fly, relocate, fish, walk, swim, feed, belt-walk
Special thanks to:
- TheLegendofSaram, Mexican translation
- __Tesseract, French translation
- MrRedRhino, German translation
- глебикс, Russian translation
- Starlotte, mission complete sound
- Seboso, Jar of Tips texture
Needed for server owners
<details> <summary>Spoilers</summary>
Select the currencies and their exchange in config\missions\currency.json
As an example with Create: Numismatics it would look like this:
[
{"numismatics:spur": "8"},
{"numismatics:bevel": "2"},
{"numismatics:sprocket": "4"},
{"numismatics:cog": "8"},
{"numismatics:crown": "8"},
{"numismatics:sun": "1"}
]
<details>
<summary>missions.json -> How to configure the missions? </summary>
This file can be found in config\missions\missions.json.
An example mission configuration:
{
"config-version": 2,
"eat": {
"weight": 1,
"missions": [
{
"items": {
"apple": "120-300"
},
"titles": [
"Forced meal"
],
"rewards": [
{
"item": "minecraft:diamond",
"amount": "30-80"
}
]
},
{
"items": {
"honey_bottle": "1-3"
},
"titles": [
"Drink up"
],
"rewards": [
{
"item": "minecraft:diamond",
"amount": "20-50"
}
]
}
]
}
}
Don't use tags, they are not supported in the missions.json
Ranges like 1-3 means a number at random from 1 to 3, both included. Mission example: Eat 2 Honey Bottle(s) Reward example: 27 Diamond(s)
The "weight" is the chance of this mission to be selected. From 0 to 1.
You can add as many item id's to the "items" bracket, and add as many titles to "titles" bracket, for a mission to be granted one item and one title, both randomly from those inside the bracket.
</details> <details> <summary>Mechanical Exchanger</summary>
The Mechanical Exchanger doesn't have a crafting recipe, and can only be obtained with a 5% chance (default) after completing a hard mission.
It lets you to exchange currencies from smaller to bigger currency. Depends on which rotation direction the shaft has. It also requires 100 rpm, and consumes much more SU.
</details> </details>
For developers
It's really possible to add new missions for Create: Missions. You have examples here
Create: Missions is a Create addon focused for Create mod servers. It will also work in singleplayers worlds, but it's designed to bring an economy throughout a server's lifetime. We hope to give server owners a better way of giving players a currency, while also encouraging players to build their own shop contraptions/exchange banks/banks.
What's this addon?
It works by giving 10 random missions per player per week. These missions can be vanilla missions like "Break X Veridium" or Create mod related like "Drive a train for 4 km with at least 2 passengers". You can also reroll the missions, and claim prices by completing them.
Open the mission GUI pressing H key (by default) or using /missions command
Mission types:
As time goes on, more missions will be added. Some missions can have lots of variation like breaking a block, while others are simpler like walking.
There are in total 16 Mission Types that use Create-related mechanics.
cut, compact, sail, craft, ride, harvester, train-driver-passenger, crush, eat, train-passenger, place, dive, press, mix, train-driver, break, saw, kill, drill, drink, mill, minecart, fly, relocate, fish, walk, swim, feed, belt-walk
Special thanks to:
- TheLegendofSaram, Mexican translation
- __Tesseract, French translation
- MrRedRhino, German translation
- глебикс, Russian translation
- Starlotte, mission complete sound
- Seboso, Jar of Tips texture
Needed for server owners
Spoilers
Select the currencies and their exchange in config\missions\currency.json
As an example with Create: Numismatics it would look like this:
[
{"numismatics:spur": "8"},
{"numismatics:bevel": "2"},
{"numismatics:sprocket": "4"},
{"numismatics:cog": "8"},
{"numismatics:crown": "8"},
{"numismatics:sun": "1"}
]
missions.json -> How to configure the missions?
This file can be found in `config\missions\missions.json`. An example mission configuration:{
"config-version": 2,
"eat": {
"weight": 1,
"missions": [
{
"items": {
"apple": "120-300"
},
"titles": [
"Forced meal"
],
"rewards": [
{
"item": "minecraft:diamond",
"amount": "30-80"
}
]
},
{
"items": {
"honey_bottle": "1-3"
},
"titles": [
"Drink up"
],
"rewards": [
{
"item": "minecraft:diamond",
"amount": "20-50"
}
]
}
]
}
}
Don't use tags, they are not supported in the missions.json
Ranges like 1-3 means a number at random from 1 to 3, both included. Mission example: Eat 2 Honey Bottle(s) Reward example: 27 Diamond(s)
The "weight" is the chance of this mission to be selected. From 0 to 1.
You can add as many item id's to the "items" bracket, and add as many titles to "titles" bracket, for a mission to be granted one item and one title, both randomly from those inside the bracket.
Mechanical Exchanger
The Mechanical Exchanger doesn't have a crafting recipe, and can only be obtained with a 5% chance (default) after completing a hard mission.
It lets you to exchange currencies from smaller to bigger currency. Depends on which rotation direction the shaft has. It also requires 100 rpm, and consumes much more SU.
For developers
It's really possible to add new missions for Create: Missions. You have examples here
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers