Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 9 months ago
All versions
0.3.1
Release
0.3.1-fabric9 months ago 12.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
0.3.1 - 2025-10-30
Changed
- Updated zh_cn translations, by ChuijkYahus in #179.
- Disabled the everbook size limit in singleplayer, by beholderface in #185.
Fixed
- Fixed several bugs with gates, by Robotgiggle in #184:
- Removed arbitrary 32k block range limit.
- Fixed gates not working for entities with passengers.
- Fixed a crash caused by teleport-related changes in Hex Casting 0.11.3.
- Improved behaviour when teleporting stacks of entities with gates.
- Development: Removed
hexal.serialization-hooksdependency on Fabric.
Optional dependencies
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:aBVJ6Q36:VfuFYJJp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aBVJ6Q36:VfuFYJJp"
}










