Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
1.0.7
Release
AxMinions 1.0.72 years ago 126
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
- Fixed slayer minions sometimes damaging players!
- Added a configurable limit for how many blocks a single break of lumber minion can break
- Reduced jarsize a bit
- Fixed minions not working until the chunk is reloaded after being placed at chunk corners
- Added storage section to slayer, miner & fisher minions, you need to add them into the upgrades section of the minion the same way it's in the seller minion
- Added minion upgrade sound config option
- Added formatting to minion storage
- Added minion charge feature
- Fixed tools with no durability just disappearing from the minions, if they were allowed as tools
- Fixed minions being unplaceable after their placing failed
- Made minions stackable, if their level, type, charge, statistics are the same
- Fixed issue https://github.com/Artillex-Studios/AxMinions/issues/4
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:2A1VQKbG:LMIZqR7B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2A1VQKbG:LMIZqR7B"
}

