1.1.4-mc1.20.2-1.20.4
Compatibility
Changes
π Photophobic Mobs - Update v1.1.4
π‘οΈ Config Fixes & Protection β’ Fixed Config Reset Bug: Custom settings in photophobicmobs.json will no longer be wiped back to default when editing the file. β’ Safe JSON Support: You can now safely use // comments, trailing commas, and Windows Notepad without breaking the config. β’ Auto-Backup: If you make a typo in the JSON, a backup file (.corrupted) is saved automatically so your settings are never lost.
β‘ In-Game Commands & Instant AI β’ Instant Mob Updates: Adding mobs in-game (e.g. /photophobic addflee "minecraft:piglin") now works immediately without needing a reload or world restart! β’ Light Item Commands: Added /photophobic addlight and /photophobic removelight to customize light sources directly from chat. β’ Improved /photophobic list: Now displays your active fleeing mobs, attracted mobs, and light items together.
π English Localization & GUI Refresh β’ Full English Support: All command outputs, chat messages, and the /photophobicconfig GUI screen are now completely in English. β’ New GUI Toggles: Added toggles for Torch Repel and Spider Night Only to the in-game settings screen.
π¦ Version-Specific Jars:
PhotophobicMobs-1.1.4-mc1.19.4-1.20.1.jar β Minecraft 1.19.4 - 1.20.1 PhotophobicMobs-1.1.4-mc1.20.2-1.20.4.jar β Minecraft 1.20.2 - 1.20.4 PhotophobicMobs-1.1.4-mc1.20.5-1.21.1.jar β Minecraft 1.20.5 - 1.21.1 PhotophobicMobs-1.1.4-mc1.21.2-1.21.4.jar β Minecraft 1.21.2 - 1.21.4 PhotophobicMobs-1.1.4-mc26.1-26.2.jar β Minecraft 26.1 - 26.2+
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:dNAiH1vN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H1Ub0xC2:dNAiH1vN"
}

