All versions
0.6.0+forge-1.19.2
Beta
Create: Train Perspective v0.6.0 (Forge/NeoForge 1.19.2)2 years ago 168
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Forge
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Extra smoothness and extra compatibility change.
Changelog:
- Fixed: Delayed camera movement when train turns.
- (I believe this is not working on 1.18.2 and 1.19.2 as of now. Oops!)
- Added: Debug option to display new value scales used to fix the aforementioned delayed camera movement.
- Fixed: Incompatibility with Figura combined with some mods. #67
- (fixed via possibly temporary workaround. please report any other issues with this mod and mine! it likes to get breaky)
- Technical: Cleaned up the code a bit more.
Issues? Feature Requests? View the issue tracker!
Questions? Join the Discord! Or, discuss on GitHub!
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| create-train-perspective-0.6.0+mc1.19.2-sources.jar | Unknown | 688.49 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:wDIIddvw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MAuPqvf1:wDIIddvw"
}

