Tags
Creators
Details
1.0.6-release+26.2
Compatibility
Required content
Changes
AI Player v1.0.6-release+26.2
The mod has now been ported to minecraft 26.2, and all the QoL changes in this version are being backported to the previous versions (1.21.1, 1.21.4 and 1.21.6/1.21.8)
Linux compatibility issues fix (major bugfixes with world crashes, djl version compatibility issues, etc, sqlite3 problems, etc).
MacOS compatibility issues fix.
A much faster lightweight goal planner for the bot.
A mood and persona system for the bot that's dynamically influenced by player actions and/or world events, which in turn will have an effect on the bot's action.
A dedicated "following" system for the bot which will allow the bot to track and follow the player, allow it to go on expeditions with the player (very experimental, as the moment is not exactly precise due to the bot being a server sided one).
A trading system with the bot, where you can trade your items with the bot (sneak-right-click) and it will trade its own items with you.
An autonomous self goal assignment system for the bot, it gives the bot "quests" to do, so that it automatically moves by itself in the world, and does stuff, like a real player. It will also initiate conversations with you by it's own, or react to world events or player induced world events (like player death or player finding a diamond, etc).
Updated LLM selection screen (/configMan)
The NLP bugs have been reduced to 1 in 15 times, and I have planned an updated NLP architecture to finally put the problem to sleep once and for all (will be present in future upgrades).
And also, last but not the least, more bugfixes.
AI-Player no longer requires ollama to be exclusively used and installed, instead it's now compatible with any OpenAI-API compatible provider, including local llm serving tools such as ollama, LM studio, etc.
More natural bot behaviour (such as sleeping at night, better focus on eating food if running low on health/hunger -- this will be learnt over time in training mode).
I unfortunately still don't have a fix for the pathfinding and path tracing issues since this is still a server sided bot and server sided minecraft physics are janky.
That's all for this update, the QoL changes in this update are being backported and should be released soon, and I hope I can drop more frequent updates, if I can get a break from life that is.
I might make a youtube video on this update if I get the time.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ai-player-1.0.6-release+26.2-sources.jar | Source jar | 460.46 KiB |
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:sigwtdeA:kLS9Zurz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sigwtdeA:kLS9Zurz"
}

