4.0.0
Compatibility
Required content
Changes
🦋 Naturalist 4.0.0 — World of Color
Throughout the past year or so, we’ve gotten a lot of great feedback from the community! This version implements some of that feedback, focusing on improving older features we’ve added to the mod and aiming to improve them. Let us know what you think!
- Initial 1.20.1 Port !
- Made Snails dyeable. Snails can now be right-clicked with any Vanilla Dye item to color them! Putting them in buckets will now show their color as well as a “lore” text underneath saying what color they are for colorblind folks.
- Snails can now be bred with Beetroot — they will lay a clutch of Snail Eggs which will take between 30 seconds and 2 minutes to hatch. There is a random chance of the baby amount being between 2 and 6.
- Butterflies and all bucketed mobs can now be shot out of Dispensers!
- Glow Goop can now be placed, and when not held, its display will be invisible similar to Barriers. If a block is placed in the same spot, their items will drop.
- Butterflies now have variants, and can be caught with a new item — the Bug Net! Caterpillars can also now be picked up. The caught Butterflies can be released or placed in Item Frames.
- LOADS of misc. bugfixes and smaller features.
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:F8BQNPWX:UV8Ogjj0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F8BQNPWX:UV8Ogjj0"
}


