1.10.5
Compatibility
Changes
Platanitos v1.10.5:
- Updated some textures.
- Fixed some bugs.
- Fixed food saturation.
- Fixed world generation.
- Fixed AI for mobs.
- New entity walking sounds.
- New particles in the Ash Forest Biome.
The final version of the Eat It All Update! See you soon in the v2.0, the Atomik Update!
///
- Algunas texturas se han actualizado.
- Algunos bugs han sido arreglados.
- Se ha arreglado la saturación en los alimentos.
- Se ha arreglado la generación de mundo.
- Inteligencia Artificial de entidades arreglada.
- Nuevos sonidos de entidades al caminar.
- Nuevas partículas en el bioma de Bosque de Ceniza.
¡La versión final de la Eat It All Update! Nos vemos pronto en la v2.0, ¡la Atomik Update!
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:TXNuwNo7:3PeHRsBu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TXNuwNo7:3PeHRsBu"
}

