Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 years ago
All versions
0.7.1
Release
0.7.13 years ago 57
Compatibility
Minecraft: Java Edition
1.10.2
Platform
Forge
Supported environments
Client and server
Changes
- Fix: Barrel labels didn't update properly when first applied (they were "lagging one behind")
- Fix: ASU and Inserter properties didn't sync properly at some values, when first opening the GUI
- Fix: Excluded the Ender Hoe from the creative-breaking module things, since it doesn't use it anyway
- Fix: Player XP didn't sync after teleporting
- Fix: The Builder's Wand Move mode didn't use a mod-friendly method of re-creating the TileEntity
- Fix: The Inserter was unnecessarily scheduling new updates for itself when failing to push items out
- Fix: The Inserter didn't load its "back facing" properly from disk, which broke pulling in items in all but the default (North) orientation
- Change: The Drawbridges will now only contract blocks/positions that they extended/placed themselves in the first place
- This means for example, that you could now use them to place and remove a number of blocks from behind a wall, without pulling in the wall when contracting.
- Change: The Builder's Wand is now able to replace fluids
- Change/addition: The Ender Elevator, the Drawbridges and the Portal Frame blocks can now be camouflaged as any block that has a regular model and an ItemBlock associated with it. And if the block used as the camouflage emits light, so will the camouflaged block.
Original build time: 2017-05-20 01:52:03 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:ej2G2LLH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ALKGFBqb:ej2G2LLH"
}

