1.2.1
Compatibility
Changes
AppleTrees Forge 1.21.11 - v1.2.1
This update brings the Forge 1.21.11 version up to date with the latest AppleTrees 1.2.1 features and fixes.
Highlights
-
Added Amethyst Apple.
-
Added Netherite Apple.
-
Added Blaze Infusion particles and sound effects.
-
Added corrected one-round Blaze Infusion behavior.
-
Updated manual and Goblin harvest drops to use the shared 1.2.1 drop system.
-
Restored Goblin commands:
/appletrees goblin sethome/appletrees goblin home/appletrees goblin status/appletrees goblin reset/appletrees goblin debug/appletrees goblin resetanchor
-
Fixed Goblin AFK/stuck behavior.
-
Fixed Goblin home/work anchor being overwritten by harvest targets.
-
Fixed Goblin deposit priority so it uses the closest/front storage first.
-
Fixed double chest handling for Goblin deposits.
-
Fixed Forge 1.21.11 client bootstrap/server safety issues.
-
Preserved WTHIT support.
Notes
Manual harvesting now drops apples into the world. Goblin harvesting collects drops directly into the Goblin inventory. Blaze Infusion now lasts for one harvest/growth round and resets correctly after harvest.
Final jar: appletrees-1.2.1.jar
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:ufMu19kx:ctYPGikw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufMu19kx:ctYPGikw"
}

