All versions
0.9.0+forge
Beta
[Forge 1.20.1] 0.9.011 months ago 270
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
0.9.0
- backport
- backport
0.8.5
- fix: incompatibility with Ad Astra
0.8.2
- fix: crash when trying to run data gen at production (close #34)
0.8.1
- chore: update Kiwi
0.8.0
- feat: pipe interaction
- chore: update Kiwi
- refactor: display blocks
0.7.2
- improve: remove NarrowDoorsBlock.java
- improve: narrow doors hitbox
- chore: update Kiwi
- fix: hitboxes
- chore: update Kiwi
- fix: hitboxes and item models
- chore: update Kiwi
- fix: hitboxes
- fix: hitboxes
- fix: more models
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:XlwMlNhH:wCsqmlUX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XlwMlNhH:wCsqmlUX"
}



