All versions
1.0.0
Release
Lemon Tree 1.0.0last year 469
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Additions:
- Adds Lemons, Limes, and Grapefruits
- Adds 3 new wood types, those being Green, Golden, and Pink Citrus wood
- Adds 3 new drink items based on added fruits
- Adds 9 new foods based on added fruits
- Adds Citrus Fields biome (uncommon biome that generates in areas of high errosion, high temperature, and high humidity)
- Adds a new Lemon based throwable TNT (Hold for longer to throw farther, hold for too long and it will explode)
- Adds a new enchantment, Frost Aspect (when an entity is hit it will apply the Brain Freeze effect)
- Adds 2 new potion effects, Brain Freeze which will cause the player to freeze and take damage and Frost Resistance which removes Brain Freeze and makes it so entity can walk safely in Powdered Snow
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:5ADvFiKG:gY9hA2Ry"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5ADvFiKG:gY9hA2Ry"
}


