Tags
Creators
Details
0.1.2
Compatibility
Changes
JustQuests 0.1.2
Content update (Phase 2). Many new objective + reward types. Still command-only โ the GUI comes in v0.2.
Added
- New objective types: kill_mob, place_block, craft_item, tame_animal, gain_advancement, visit_dimension, reach_level, reach_location (+ collect_item). visit_dimension matches modded dimensions by id.
- Item tags: collect_item / craft_item accept a single id or a tag (#minecraft:logs).
- Quest mode all | any โ finish when all objectives are done, or any one.
- Quest categories (shown in /quest list).
- New rewards: command (runs as the player, {player} substitution โ economy/effects, no dependency) and loot_table (random items).
- Expanded /quest test โ round-trips every loaded quest + parses a sample of every objective/reward type.
- Bundled examples: slayer (kill 10 zombies) and lumberjack (32 logs via tag).
Changed
- Objective tracking refactored into a loader-agnostic core (any event can advance objectives).
enchant_item not yet included (no clean cross-version event; planned via poll/mixin).
Minecraft 1.21.1 ยท NeoForge ยท LGPL-3.0
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:dHVehhni:N78hkQa7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dHVehhni:N78hkQa7"
}

