Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
1.1.5
Release
Monobank - 1.1.5last year 11.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.1.5 - 2025-05-20
- Updated Monobank textures.
- Removed all thief-related functionality in favor of integration with
Thiefmod. - Monobanks are no longer carryable with
Carry Onmod. - Create's Threshold Switch will now show correct amounts for Monobank.
- Fixed 'Break In Attempted' or 'Break In Successful' warnings being resettable by a player that does not own the Monobank.
- Break In warnings no longer show for a player that does not own the Monobank.
- Break In warnings now clear after 3 shows (UI opened 3 times).
- Added several config options related to combination.
Optional dependencies
Any compatible 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:3bSjQuE3:IemB1pac"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3bSjQuE3:IemB1pac"
}

