Links
Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
Updated 10 months ago
All versions
1.3.0
Beta
25w09b-1.3.0last year 60
Compatibility
Minecraft: Java Edition
25w09b
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Updated to 1.21.5.
- Added particles for flowering and normal Callery Leaves.
- Enormous pear generation has been changed.
- Renamed Huge Pears to Huge Lampears.
- Renamed Enormous Pears to Enormous Lampears.
- Rewrote the generation code to be more intuitive and customizable.
- Copper Lampears are now better for composting.
- Copper Lampears will now very rarely generate instead of lampears in features.
- Callery twigs, sprouts and vines are now flammable.
- Enormous pear growth will now fail if the 3x10x3 space above it is not air.
- Added "max_grow_through_hardness" field to pear features to control the max hardness the feature can replace.
- Fixed Callery Leaves not being properly supported by Lampear Blocks when placed by hand until being updated.
- Increased luminance of Lampear Block.
- Lampear Blocks can now be stripped using an axe to peel off the skin of any side.
- Callery Leaves can now only be bonemealed when the block below them is air.
- Growing lampears out of leaves now shows the particles in the correct place.
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:h77S83wP:5qJnUeVK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h77S83wP:5qJnUeVK"
}

