All versions
2.1.0
Alpha
PAM | Philipp´s Alarm Mod 2.1.0last month 428
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Dev Log PAM 2.1.0:

Reworked Stuff
- Settings:
- Reworked GUI
- Reworked settings selector
- Reworked old easter egg
New Stuff
- Custom Configs
- Siren range can be customized (1-255; Formula: n*16; 16-4080 Blocks) Note: Airhorn & Effects can not be customized, otherwise it would fry your ears.
- Multiplayer Support (this is still in early early alpha!)
Bug Fixes:
- HLS 273 not being able to connect to the HLS Controller
- Thunderbolt being able to connect to the HLS Controller
- "may" was written in the disclaimer gui as "mayy"
Note: This is the 1.20.1 port of the 1.21.1 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:rQaI1dyQ:ycBP11FA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rQaI1dyQ:ycBP11FA"
}

