All versions
1.0.1
Release
Phase Gates 1.0.13 weeks ago 22
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Additional features and minor fixes
Additions and changes:
- Simple Phase Gates will now give slow falling after teleportation for 15 seconds to a player or any other entity if there is empty space below the destination, as a protection measure. (This is an addition to the protection mechanism of Simple Phase Gates, which previously only checked for an obstruction at the destination.)
unstable_crystal_explodesgamerule was removed and it's functions replaced with a separate command./unstablecrystalexplodewhich acceptstrueorfalsevalues. (operator permissions required)
Fixes:
- Interdimensional Gates now also obstruct teleportation through Simple Phase Gates (before only Simple Gates did). Now they prevent it if present at the destination.
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:lafPWpnA:GrpeuUJm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lafPWpnA:GrpeuUJm"
}

