1.1.3-mc26.1-26.2
Compatibility
Changes
🚀 Photophobic Mobs - Update v1.1.3
🌍 Multi-Version & NeoForge (Sinytra Connector) Compatibility • Sinytra Connector (NeoForge 1.20.1 & 1.21.1) Full Support: Rewrote internal target access mechanisms to use official Fabric Access Wideners instead of brittle Mixin Accessors, eliminating early initialization crashes on NeoForge environments! • Version-Specific Jars: Pick and download the matching .jar file for your Minecraft version:
- PhotophobicMobs-1.1.3-mc1.19.4-1.20.1.jar → Minecraft 1.19.4, 1.20, 1.20.1
- PhotophobicMobs-1.1.3-mc1.20.2-1.20.4.jar → Minecraft 1.20.2, 1.20.3, 1.20.4
- PhotophobicMobs-1.1.3-mc1.20.5-1.21.1.jar → Minecraft 1.20.5, 1.20.6, 1.21, 1.21.1 (Sinytra Connector Supported)
- PhotophobicMobs-1.1.3-mc1.21.2-1.21.4.jar → Minecraft 1.21.2, 1.21.3, 1.21.4
- PhotophobicMobs-1.1.3-mc26.1-26.2.jar → Minecraft 26.1, 26.1.2, 26.2+
⚡ Performance & Server Optimizations • High-Performance O(1) Caching: Config mob IDs and light item lists are now pre-cached into hash sets at startup, replacing heavy registry string formatting with instant O(1) memory lookup. • Garbage Collection (GC) Footprint Reduction: Replaced stream allocations during entity load events with high-efficiency direct loops for smoother server TPS.
🛠️ Live Adjustments & Resiliency • Real-time Config Adaptation: Mob AI goals now dynamically verify config changes instantly on every tick without requiring a world or chunk reload. • Fail-Safe Event Registration: Event listeners now load with fallback protection, ensuring smooth startup even in customized modpack environments.
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:Kc2nI7a6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H1Ub0xC2:Kc2nI7a6"
}

