Tags
Creators
Details
1.2.6
Compatibility
Required content
Changes
š 1.2.6 HOTFIX
The Telescopic Lens is craftable again ā for everyone.
The tier-2 lens recipe asked for the tier-1 lens from Exposure: Expanded, a mod listed as optional. Minecraft quietly drops any recipe containing an unknown item, so without Expanded installed the recipe simply vanished ā no entry in JEI, no lens, and since every higher tier is built from the one below, no telescope progression at all. Thanks to everyone who reported the mysteriously missing recipe.
The middle slot now takes Exposure: Expanded's lens if you have it, or a plain spyglass if you don't, so the upgrade path is intact for Expanded users and the whole lens tree works in a vanilla Exposure setup. Nothing else about the recipe changed.
Everyone should update ā on older versions the lenses are uncraftable without Expanded.
Requires Exposure and Architectury API. Works on dedicated servers ā install the same jar on both sides.
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:CXqSHlx2:j1ZkH7Ux"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CXqSHlx2:j1ZkH7Ux"
}





