Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
1.1.0
Release
[Forge] Prometheus 1.1.03 years ago 1,449
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
1.1.0
- Added stuck button to join screen for servers to allow people to teleport to spawn, useful if you are encountering a client crash when loading in and you need to get out of the location before you crash again. (Enabled in accessibility options)
- Added offlinetp command for admins to teleport players that are not online.
- Fixed canceling adding a location not going back to the locations screen.
- Fixed heading display in tab being offset by 1px.
- Fixed heading display above player head showing nothing when set to none.
- Seperated home and warp commands to deal with conflicts better.
- Fixed Twilight Forest icon not being set due to dimension id being wrong.
- Added Rats Ratlantis dimension icon
- Rtp and Spawn command will now take player height into effect when checking safety.
- Spawn and Back command will now teleport players to center of the block instead of the x.0 and z.0
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:iYcNKH7W:MApPz31s"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iYcNKH7W:MApPz31s"
}

