Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
1.7.0
Release
Exposure - 1.7.02 years ago 3,408
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.7.0 - 2024-06-28
- Added Photograph Frames
- Photographs can no longer be hanged on the wall. Existing hanging photographs will not be removed.
- Added Film Roll renaming. Use the item to open renaming UI. Renaming this way does not cost any experience.
- Added Interplanar Projector filter. Allows loading custom images by renaming the item to filepath.
- Updated item textures.
- Added several photographs that generate in loot chests.
- Added several new advancements
- Existing advancements have been modified internally, players will have to complete them again.
- Internal changes have been made to exposure:frame_exposed trigger.
Updated Camera Attachments UI:
- You can now hover over camera components to see tooltip with information about it.
- All available Lenses and Filters can be viewed by clicking on the lens and filter respectively.
- Added ability to render custom Filter texture in Camera Attachments UI
Misc
- Lightroom comparator output now based on the number of Photographs in the output slot rather than the selected frame.
- Chromatic Process can now be enabled for all black and white images by placing an Amethyst Cluster on top of a Lightroom.
- Color Film recipe now requires Gold ingots and nuggets instead of Iron.
- Camera recipe now uses only Iron Ingots instead of Iron Nuggets and Pressure Plate.
- Film developing recipe will now also accept potions defined without
minecraft:namespace - i.e.{Potion:thick}. - Viewfinder will now show an indicator for last three frames to remind you that the Film Roll is about to end.
- Slightly reduced brightness increase per shutter speed.
- Improved player arms positions in selfie pose.
- Fixed player selfie pose sometimes not applying when activating/deactivating Camera rapidly.
- Loaded exposures now support images with transparency, but only when the pixel is fully transparent.
Optional dependencies
Any compatible version
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:hB899VmG:DvBGQjb3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hB899VmG:DvBGQjb3"
}

