All versions
1.2.2
Release
Apples ++ 1.2.2last month 33
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
Bug fixes :
- Chest Apple works!
Changes / Added :
- Added a complete french translation (might add other languages soon)
- Ported the mod to 26.1.2
- Added a in-game tooltip to the apple generator
- Sun Apple needs light blue wool instead of cyan wool (to match its color)
- Removed old translation keys and fixed others
- Apple leaves now drops an apple (instead of itself)
Known issues :
- Ender apple teleportation is still broken
- If output slot of the apple generator is full, it can still process items but sends them to the shadow realm (AGAIN?)
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:qtWowoxv:nPu7Tp83"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qtWowoxv:nPu7Tp83"
}

