All versions
1.1.2-mc26.1-26.2
Release
Photophobic Mobs 1.1.2-mc26.1-26.22 weeks ago 74
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
π Photophobic Mobs - Update v1.1.2
π Multi-Version Support (1.19.4 β 26.2+)
- Expanded Minecraft Compatibility: Photophobic Mobs now officially supports all Fabric Minecraft versions from 1.19.4 all the way to 26.2+!
- Version-Specific Jars: Simply pick and download the matching
.jarfile for your Minecraft version:PhotophobicMobs-1.1.2-mc1.19.4-1.20.1.jarβ Minecraft 1.19.4, 1.20, 1.20.1PhotophobicMobs-1.1.2-mc1.20.2-1.20.4.jarβ Minecraft 1.20.2, 1.20.3, 1.20.4PhotophobicMobs-1.1.2-mc1.20.5-1.21.1.jarβ Minecraft 1.20.5, 1.20.6, 1.21, 1.21.1PhotophobicMobs-1.1.2-mc1.21.2-1.21.4.jarβ Minecraft 1.21.2, 1.21.3, 1.21.4PhotophobicMobs-1.1.2-mc26.1-26.2.jarβ Minecraft 26.1, 26.1.2, 26.2+
π·οΈ AI & Gameplay Improvements
- Universal Spider Light Attraction: Fixed an issue where Spiders and Cave Spiders failed to navigate toward light sources on specific Minecraft versions.
- Refined Nighttime Detection: Light checks during nighttime now calculate darkness levels consistently across all server environments.
π§Ή Stability & Fixes
- Java Runtime Compatibility: Improved Java version compatibility, allowing the mod to run smoothly on Java 17, Java 21, and Java 25.
- Clean Loading: Resolved minor Fabric Loader Mixin configuration warnings on startup.
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:H1Ub0xC2:Wyfs1Gai"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H1Ub0xC2:Wyfs1Gai"
}

