Creators
Details
7.2.1
Compatibility
Required content
Changes
Bingo Net
The following List does not include Bug Fixes. If empty may be only Bug Fixes.
Bingo Net Changes:
- Changes BB Splash Location to other side since early info was off
- Fixed Bingo Brewers Client Not working properly due to variables not being isnerted properly
-# Note that the old BSC Server got discontinued and has to be updated to the new BSC Mod
Static Info for modrinth:
Bingo Net is based on SkyHanni as if it were included. This means that it currently has to replace the normal SkyHanni mod to work. It is not a standalone mod and does not work with the official SkyHanni mod. You also have to enable the Third Party Networks in the config manually, as it is planned to be disabled by default, since from sh perspective it's a third-party network.
To enable do:
/sh → Events → Bingo → Third Party Networks →
- Bingo Net → Use Bingo Net = Off → ON
- Use Bingo Brewers = OFF → ON
- Use Bingo Splash Community = OFF → ON
It is recommended to also enable the widen config option for most users in the /sh start screen.
Known incompatibilities
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:Cp13oI7e:qcXGEbdL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Cp13oI7e:qcXGEbdL"
}



