Tags
Creators
Details
1.3.0-BETA
Compatibility
Required content
Changes
Version 1.3.0-BETA
You didn't seriously think I'd let you have the 7, right?
AAAH SOUND THE ALARMS IT'S GOING DOWN
The mod now runs on Minecraft 1.20.2.
Other than that, this release has had no changes at all. So if you're not ready to switch to 1.20.2 yet for any reason, you still have time before 1.18.2 stops being supported officially. From this update onwards, there will be no more 1.18.2 releases.
There has been an immense amount of internal changes to make this happen. You may run into bugs due to this. Please report any bugs you find in the issues section of our GitHub.
This mod runs on Minecraft 1.20.2 with Fabric only. The mod will be updated to newer versions along with the Blockgame server. Yes that means we're working on 1.20.2 for the server. No I can't tell you when it's happening. No don't ask. No cheese is not in Blockgame.
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:fxpCD5he:h9xIaj6N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fxpCD5he:h9xIaj6N"
}


