Tags
Creators
Details
Licensed Apache-2.0
Published 5 years ago
Updated last year
All versions
1.20.1-3.0.0
Release
VanillaAIOTs-1.20.1-3.0.0.jar3 years ago 239
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
- 1.20.1 - MelanX
- fix sword enchantments not working - MelanX
- fix hoe usage in modded contexts - MelanX
- 1.19.4 - MelanX
- fix mining speeds - MelanX
- update badges - MelanX
- fix tooltips for dummy item - MelanX
- add compatibility for LioOnLion's Enderite - MelanX
- change recipe location - MelanX
- make it easier for other devs to add own aiots - MelanX
- add compat for copperized - MelanX
- add new tags introduced in forge 42.0.8 - MelanX
- add copper - MelanX
- don't use custom hoe tool actions anymore - MelanX
- compile for 1.19.1 - MelanX
- update to forge 41.0.98+ - MelanX
- change durability modifier config and reduce default value (5 -> 2.4) - MelanX
- fix recipes - MelanX
- bump version - MelanX
- get stack sensitive enchantment level for obsidian aiot - MelanX
- slime tools have knockback by default - MelanX
- port to 1.19 - MelanX
- fix damage addition when morevanillalib loaded - MelanX
- fix paper aiot not damaging if morevanillalib is loaded and it's used on another block - MelanX
- add dependencies for modrinth - MelanX
- fix game not starting sometimes - MelanX
- Update to 1.18.2 - MelanX
- fix required mod on curseforge - MelanX
- fix maven identifier - MelanX
- enable publishing - MelanX
- add readme - MelanX
- simplify code and add images - MelanX
- MoreVanillaLib compat - MelanX
- MoreVanillaTools compat - MelanX
- Remove MoreVanillaLib - MelanX
- Implement everything - MelanX
- Initial commit - MelanX
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:WN2YCymY:pKw5HOvT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WN2YCymY:pKw5HOvT"
}




