Links
Tags
Creators
Details
All versions
2.0.3+1.21.1-neoforge
Release
Naturalist 2.0.3 (NeoForge 1.21.1)2 weeks ago 32.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Removed particle rendering mixins.
- Added config for Glow Goop tooltips.
- Fixed Mixin conflict-related crashes with Scorched Guns.
- Fixed Field Guide variants showing mystery variants, crashing, etc.
- A majority of mobs have had their stats
(health, damage, etc.)drastically improved. They should now be more consistent with similar Vanilla/modded mobs, and things like Butterflies should no longer be hard to kill. - Mob removal configs should actually prevent spawning now.
- Caterpillars follow the Butterfly removal config.
- Spawns no longer even attempt if mobs are disabled - so they should not take up the mob cap.
- Filled out as many block/item tags as I was aware of
(please let me know if you have any other suggestions)' - Bass now have attack damage properties, so them attacking things should no longer crash you.
- Fixed the Alligator Field Guide compat being vague and saying "them" instead of "Player".
- Tigers no longer hunt in packs, and spawn in groups of 1 instead of 1-2.
- Tiger variant spawning should be fixed, and biomes have been adjusted.
- Lions now spawn in groups of 3-5 instead of 1-3. The first 2 are guaranteed to be adults, and the final 3 can spawn as entirely babies or a mixture of adults and babies.
- 1 Lion is always maneless, and prides now follow maneless Lions instead of maned.
- Komodo Dragons now spawn in Jungles and Sparse Jungles.
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:BLB7ktFs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F8BQNPWX:BLB7ktFs"
}

