Tags
Creators
Details
All versions
0.3.2
Release
Create: Missions 0.3.22 years ago 767
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
0.3.2
- Fixed some dedicated servers not saving properly the mission data
- Now train, dive, vote and statistic-based missions can only appear once
- Deleted drinks from Eating mission, and created a new Drinking mission.
- Added new tags:
#railways:tracks,#railways:wide_tracks,#railways:narrow_tracks,#c:drinks,#brewinandchewin:drinks,#createdeco:catwalks,#createdeco:ladders,#create:ladders,#createdeco:hulls,#createdeco:bars,#createdeco:coins,#create:barsand#create:scaffoldings - Added support for tags in missions.json
- Added blockstates to Exchanger mode, and colors to the nixies
- Added support for Weights in
missions.json - Added a Ponder for the Mechanical Exchanger
- Now the Exchanger inventory is compatible with Chutes and Funnels
- Update fr_fr.json by __Tesseract
- Other minor fixes
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:vf7yXbRm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KN33kvHF:vf7yXbRm"
}


