Links
Tags
Creators
Details
0.1.0
Compatibility
Changes
This is the promised release, polished as much as possible. Its foundation is clean, and updates will continue as more things are discovered. Any feedback about issues would be greatly appreciated, as it is far better than having to discover everything alone.
This project took a very long time and went through several attempts at being dismantled and rebuilt from scratch. The idea itself is exhausting to execute, but it is also my passion. Building an intelligent entity at this level inside Minecraft is extremely demanding, and there are countless ways for things to break.
Keep in mind that almost everything had to be discovered during development. I did not really understand Minecraft internally until I went through this project and learned its systems from the inside.
This is just some background on my journey building the project. It started seven months ago with a simple question between me and my friend: “Why don’t we have a third friend?” So I decided to make one.
Unfortunately, the project pulled me away from the game for a long time because I became focused entirely on achieving that goal. My friend and I eventually stopped playing Minecraft altogether. Now, I hope I can finally return to the game and play again with TinyMe and my friend.
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:aZLuYPpg:yTBs7e9i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aZLuYPpg:yTBs7e9i"
}

