Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
Updated 2 months ago
All versions
1.1.3
Release
1.7.10-1.1.32 months ago 122
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
Latest release v1.1.3
- Fixed: The LOTR mod by Meavans/ChildWalrus was incompatible with Frustrator
- Fixed: Command
/frustrator listwas missing it's description
v1.1.2
- Fixed: On fresh worlds a crash would occur upon zone creation; thanks to @AlexSocol for reporting
v1.1.1
- Added: Hotkey to temporarily bypass frustrator
v1.1.0
- Added: Frustrator command to manage multiple item channelIDs to group main/trigger areas
- Fixed: Multiplayer with multiple online players was broken
v1.0.7
- Added: Helpful chat feedback to all actions
- Added: New tooltips to mod's items
- Added: Crafting recipe for items
- Fixed: Multiple main as well as trigger areas can now be activated simultaneously
v1.0.5
- Added: One trigger area may now be used to hide/show multiple main areas
- Fixed: Standing in multiple trigger areas now triggers all linked main areas, not only one
- Coming soon: Area management feedback via chat
Supplementary resources
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:2syoGcnM:HpfPIEbv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2syoGcnM:HpfPIEbv"
}

