Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
0.4.0+fabric-1.20.1
Beta
Create: Train Perspective v0.4.0 (Fabric/Quilt 1.20.1)2 years ago 2,061
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
A major update to add configuration and port to 1.19.2.
Changelog:
- Added a configuration system. View issue.
- Allows enabling and disabling parts of the mod or the entire mod.
- Also includes some advanced options:
- "Leaning Magnitude" changes the intensity of the leaning effect.
- "Rolling Magnitude" changes the intensity of the rolling effect.
- All of these options are not something you should modify in a useful scenario, but may be fun regardless.
- Ported to 1.19.2. The new version is fully featured. View issue.
- Fixed: Jittering while standing on a train. View issue.
- Fixed: Some perspective stuff. View issue.
- Technical: Now publishing sources jar to Modrinth for whatever reason.
Known Issues:
- A small workaround implemented in this update may cause some mods (including this one) to be ever so slightly jittery.
Issues? Feature Requests? View the issue tracker!
Questions? Join the Discord! Or, discuss on GitHub!
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-train-perspective-0.4.0-sources.jar | Unknown | 674.88 KiB |
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:MAuPqvf1:x7i7t4hR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MAuPqvf1:x7i7t4hR"
}





