Tags
Creators
Details
All versions
1.2.0-1.21.1-fabric
Release
Field Guide Fabric 1.21.1 - 1.2.06 months ago 712
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added
- Added Exposure integration.
- Entities/blocks in photos will automatically be unlocked in the Field Guide (configurable).
- Photographs can be added to any entry displays in place of their regular renders.
- Added Reliable Remover integration.
- Blacklisted items will now be removed from entries and loot displays.
- Added default configurations for the following mods' plants:
- Farmer's Delight
- Atmospheric
- Autumnity
- Supplementaries
- Windswept
- Added config options for changing silhouette colors.
- Added support for biome tags in biome modifiers.
- Added Simplified and Traditional Chinese localizations (@balitube).
Changed
- Increased widget render size.
- Removed default fish texture overrides.
- The display for days in the Field Guide now starts from Day 1.
- Moved more text to translation keys.
Fixed
- Fixed mob rendering with Mixed Litter (No Man's Land).
- Fixed spawn biomes not showing on dedicated servers.
- Fixed crash with Shades, Monster Booklet, and possibly other mods.
- Fixed issue where pressing B would sometimes erroneously open the guide.
- Improved render scaling.
Optional dependencies
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:kDFkoNIS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:72RRCWM6:kDFkoNIS"
}




