Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 weeks ago
All versions
0.1.1
Release
JustQuests 0.1.12 weeks ago 4
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Singleplayer only
Changes
JustQuests 0.1.1
Robustness + diagnostics update. Still command-only โ the GUI comes in v0.2.
Changed
- Storage moved to a per-world JSON file (
<world>/justquests/progress.json) โ now the single source of truth and the future bridge to the planned plugin edition. Existing v0.1 progress is migrated automatically on first login. - Atomic saves (temp file + move): a crash mid-write can no longer corrupt or lose your quest progress. Saving is throttled (only when something changes).
Added
/quest test(OP) โ runs a self-test (quest loading, quest validity, codec round-trip, storage writability, store status) and writes a full report โ including the Minecraft environment (version, loaded mods, memory, OS, worlds, player data) โ tojustquests-diagnostics.login the game folder.
Fixed
- A single broken quest (unknown objective/reward type, no objectives, or a non-positive count) no longer breaks loading of all quests โ it's logged and skipped.
- Large item rewards are split into proper max-size stacks instead of one oversized stack.
- No more empty entries for players without quests; extra null-safety hardening.
Minecraft 1.21.1 ยท NeoForge
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:yWSiBWAK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dHVehhni:yWSiBWAK"
}

