Tags
Creators
Details
All versions
0.3.3
Release
Create: Missions 0.3.32 years ago 257
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
Changes
0.3.3
IMPORTANT: Update from 0.3.2 or lower
- Delete
config/missions/currency.json
Changelog
- Fix #32: Certain modded items not rendering in Reroll Button
- Added Relocate Mission type
- Added Vanilla stats for: Easy, normal and hard total completed missions
- Added stats as tooltip of InfoButton
- Added vanilla stat for missions rerolled
- Added FeedMission
- Fix Mechanical Exchanger item model
- Fix Mission Complete sound being stuck to a block position
- New block: Jar of Tips!
- Reworked currency.json, and removed "exchange-rate" config option: It's all configured per currency in the currency.json now!
- Removed Create deco stuff, and added Create: Numismatics configs for possible default currency.json
- Fix #36: Mission reassignment makes all 10 missions of the same type
- Fix #29: missions_data.nbt now gets saved when world autosaves
- Added BeltWalkMission
- Added #farmersdelight:drinks tag
- Mexican translation by TheLegendofSaram
- Fix players being kicked when they had a mission that no longer was on missions.json
- Fix missions of the same type as the one rerolled losing their progress
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:Stc6Vo9Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KN33kvHF:Stc6Vo9Y"
}

