All versions
v1.0.5
Release
Frametica 1.0.55 months ago 39
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Singleplayer only
Changes
⨠New Features
š Teleportation System
- Added
/ft teleport [waitTime]command to create teleport waypoints - Teleport points instantly jump the camera to the next location (no smooth interpolation)
- Optional wait time parameter - use without argument for instant teleportation
- Purple particle effects (PORTAL + DRAGON_BREATH) mark teleport points
- Straight-line particle visualization for teleport paths (REVERSE_PORTAL + SOUL_FIRE_FLAME)
- Teleport points are highlighted in purple/magenta in command outputs
š Improved Help System
- Complete redesign of
/ft helpmenu with pagination - 4 organized pages: Basic Commands, Utility & Config, Management, Advanced
- Easy navigation between pages with
/ft help <page> - Cleaner, more readable command reference
š§ Improvements
/ft teleportnow supports optional waitTime parameter- Updated help menu now appears in Basic Commands section
- Better organization of commands by category
š Localization
- Full English and Russian translations for all new features
- Color-coded teleport messages (purple/magenta theme)
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:aN5phUD8:DHuzdOLG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aN5phUD8:DHuzdOLG"
}

