Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 years ago
All versions
0.7.2
Release
0.7.23 years ago 68
Compatibility
Minecraft: Java Edition
1.10.2
Platform
Forge
Supported environments
Client and server
Changes
- Change: Increased Sound Block max volume to 4, which means that the maximum range is now 64 blocks (volume > 1 multiplies the base range of 16 blocks)
- Change: Increased the maximum number of slots in the ASU to 27
- Fix/improvement: The Dolly now has better block validity checks, and it can move anything in Creative mode
- Fix: Fixed an edge case minor rendering glitch with the Barrel
- Fix: Fixed a crash with the normal variant of the Drawbridge, if using a length larger than 32
- Fix: Fixed using a client side method in the Ruler's display name method
- Fix: Fixed a crash with the Portal Scaler, due to the new teleport code a while back (in 0.6.6)
Original build time: 2017-05-22 04:06:02 UTC+3
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:ALKGFBqb:pjW54fSn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ALKGFBqb:pjW54fSn"
}

