Tags
Creators
Details
All versions
1.5.0-1.21.1-neoforge
Release
Field Guide Neoforge 1.21.1 - 1.5.05 months ago 17
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Added
- Added Pokémon category for when Cobblemon is installed.
- Added support for variants.
- Added ore icon to the default icon pack.
- Added KubeJS integration.
- Documentation is available on the Field Guide wiki.
- Added an option to enable a physical Field Guide item.
- Pages can now be copied from the Field Guide to give to your friends in Multiplayer, or stored.
- Pages contain all the information about an entry, including custom names, descriptions, Exposure photographs, and unlocked variants.
- Added a display for seasons integration.
- Only Serene Seasons is supported for now, integration with other seasons mods is planned for the near future.
- Added new Field Guide advancement tab and related advancements.
- Added increased functionality for entry unlocking criteria.
- This includes killing, obtaining, eating, scanning, and prerequisite entries.
- Added support for virtual entries.
- These are used to define entries without any related item, block, or entity, like for tutorial entries as an example.
- Added descriptions for trees (@proxillus).
- Added Environmental compatibility (@proxillus).
- Added Blooming Nature compatibility (@thoughtRock05).
- Added fallback icon for when a biome is missing a texture in Immersive Overlays.
Changed
- Improved icon cache generation speeds.
- Outdated Exposure versions will now intentionally trigger a crash. Please update Exposure!
- Improved server join speeds.
- Moved vanilla spyglass-related advancements to the Field Guide advancement tab.
- Pressing B when hovering over an item will now open its entry in the Field Guide (if it exists).
- Pressing E while in the Field Guide will now return you to the inventory screen.
- Improved loot/biome querying speeds.
Fixed
- Fixed certain commands causing client crashes.
- Fixed selected Exposure photographs for entries not persisting.
- Fixed issue with Iron's Spells and Spellbooks spell forging.
- Fixed issues with Fresh Animations and other EMF resource packs.
Optional dependencies
Any compatible version
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:72RRCWM6:hsVs80dE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:72RRCWM6:hsVs80dE"
}

