All versions
2.0
Release
nekostulAICompanion 2.02 months ago 505
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- completely reworked player-following behavior: the NPC now moves much more smoothly, behaves closer to a real player, slows down more naturally, and chooses safer paths.
- improved water behavior: the NPC enters water more reliably, swims after the player more naturally, and gets back onto land more consistently.
- added custom NPC skins via the mod folder in the game root, with
/ainpc skin <name>and/ainpc skin resetcommands. - added custom NPC nicknames with
/ainpc nickname <name>and/ainpc nickname reset, with nickname persistence after rejoining. - updated the help system with new skin and nickname command help entries.
- the NPC’s chunk is now kept force-loaded to prevent the NPC from getting lost due to chunk unloading.
- if the NPC is at home, it now replies
I’m homeinstead of sending coordinates when askedwhere are you?.
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:aSMlU2T2:PpyOSjCU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aSMlU2T2:PpyOSjCU"
}

