1.0.1
Compatibility
Changes
Version 1.0.1 changelog : -increased alien fungi cooldown before it can be activated again -supposedly fixed a problem where the player could take fall damage when landing with a rocket -renamed 5 incorrectly named mod items -prevented lily from being farmed by adding a cooldown upon being placed by the player -fixed a problem where jungle meals wouldn't give the glowing effect to surrounding entities -increased the range at which jungle meals can give the glowing effect to surrounding entities -fixed a problem where the small carnivorous plants blocks would drop the loot of a carnivorous plant upon being broken -fixed items being translucent in the player's hand -increased the amount of stick bug armor plates dropped upon slaying this mob -reduced the height at which tree mites would elevate themselves naturally -increased the grabbing range of the tree mites to match the size of its vines
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:NdBIIV2R:InGgAbqf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NdBIIV2R:InGgAbqf"
}

