Tags
Creators
Details
v0.547.0
Compatibility
Required content
Changes
0.547.0
Pick an amount: three price points on the support pages
The Ways to Help page and the death-screen Contribute window now lead with three named amounts instead of asking you to invent one — $10 Help The Dev, $30 A Big Fan, and $70 Server Costs, which covers a whole month of running the servers. Each opens a checkout with your player name already filled in. Giving a custom amount or setting up a monthly pledge on Patreon are both still there, tucked underneath.
- Three named amounts on both support screens: $10, $30 and $70 AUD
- $70 covers a full month of Dungeon Train's server costs
- Custom Amount and Recurring are still available below the three amounts
- Translated into all 19 languages
0.546.0
Editing a weight no longer unlinks a template from its Stage
In the in-world editor, changing the weight of a carriage, contents, or track-side variant that was linked to a Stage silently detached it — the row quietly stopped following its Stage and froze on whatever stale spawn gate had been snapshotted. Weight and gate edits now keep the Stage link.
- Affects all three weight editors: carriages, carriage contents, and track-side variants.
- Templates already unlinked by this bug cannot be recovered automatically — the link is gone from disk and needs setting again in the editor.
- Editing a spawn gate by command on a Stage-linked template now warns that the inline gate won't take effect until you detach the template to Custom.
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:SRpMdE4d:37bS35No"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SRpMdE4d:37bS35No"
}






