All versions
v1.1-mc1.21.x+mod
Release
Enhanced Allays v1.1last year 2,251
Compatibility
Minecraft: Java Edition
1.21–1.21.7
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Additions:
- 1.21.5, 1.21.6, & 1.21.7 support
- 1.21.5, 1.21.6, & 1.21.7 menu support
- Added /function #enhanced_allays:config function tag to open menu
- Allays Woodchoppers will now fly towards saplings to re-plant them
- Pale Oak, Acacia, & Mangrove logs support to Allay Woodchoppers
- Allay Woodchoppers will now have a cooldown to pick up items if the next tree is far and they have chopped for quite a while
Changes:
- All Allays can now fly through all #replaceable blocks
- Allays Woodchoppers will now chop down trees faster
- Allays Woodchoppers will now detect trees more easily
- Load message now matches the format used in my other datapacks
Bugs Fixed:
- Allays Woodchoppers would collide with leaf_litter
- Allays Woodchoppers would often leave trees half-chopped
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:zyu8VtKn:fhjbEF1U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zyu8VtKn:fhjbEF1U"
}

