Tags
Creators
Details
All versions
0.4
Release
Create: Missions 0.42 years ago 2,640
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
IMPORTANT Updating from 0.3.6 or lower:
- Move your
mods/missions/missions_data.nbttoconfig/missions/missions_data.nbt, although losing this is not that bad - Delete
config/missions/config.json'
Changelog
- All distance missions are now in meters (must be rebalanced in your configs)
- Fix farmer delight foods not counting for Eat mission in Fabric
- Delete drink mission, add the drinks in the Eat mission too
- Only show "Click to reroll" if mission not completed
- Quilt support
- Fix stats resetting upon server restart
- Added new config format, version 2. This makes missions to have different tiers or types inside the same mission type.
- Removed tag support and the new added tags by this mod, there's nothing regarding tags in the mod
- Updated logo
- Fix keybind not working in Forge
- Now the reward range is decided when a mission is assigned, not when it's completed
- Added support for Track placement in Place missions. Supports SnR tracks, any type of track counts for create:tracks item
- Added support for the ghost placement helper (cogs, shafts, sails, etc) in Place missions
- Fixed a crash when rerolling a mission
- Added formatting to the action number in the mission tooltip (1,000 instead of 1000)
- Now missions can be reassigned weekly or daily, changing it in the config.json
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:KN33kvHF:yg7XJYxS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KN33kvHF:yg7XJYxS"
}

