1.2.1
Compatibility
Changes
Version 1.2.1 Added Enchanted Golden Apple crafting recipe now outputs 3 apples instead of 1 Changed Improved crafting balance to better match the Blaze infusion system Version 1.2.0 Added Enchanted Golden Apple crafting recipe (JEI-friendly) Balanced recipe using Blaze Powder, Glowstone Dust, Lapis Lazuli, and a Golden Apple Changed Updated crafting system to provide a more balanced progression Version 1.1.0 Added Blaze Powder infusion system for Simple Apple Tree Tree-wide boost system affecting the entire tree Boost system lasting 3 full harvest cycles Jade integration showing: Growth percentage Growth stage Maturity status Blaze infusion status Remaining boosts Changed Infusion now applies to the entire tree instead of individual leaves Improved drop system to make rare apples obtainable through gameplay Fixed Fixed boost stacking issue Fixed incorrect boost consumption per leaf (now per harvest cycle) Fixed infusion disappearing after the first harvest Fixed client/server sync issues affecting Jade display Version 1.0.0 Added Initial release of GappleCraft Basic Enchanted Golden Apple crafting recipe Notes GappleCraft is an addon and is not part of Simple Apple Tree Requires Simple Apple Tree to function Optional: Jade for in-game information display
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:79KbSGsX:Etd9fsLl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:79KbSGsX:Etd9fsLl"
}

