Tags
Creators
Details
Licensed Apache-2.0
Published 5 years ago
All versions
0.44.0+1.18
Release
[1.18/1.18.1] Fabric API 0.44.0+1.185 years ago 160.9K
Compatibility
Minecraft: Java Edition
1.18–1.18.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
- Bump version (modmuss50)
- Revert "Add some useful worldgen transitive access-wideners. (#1844)" (modmuss50)
- 1.18 (modmuss50)
- Entity API Lookup (#1836) (deirn, Juuxel)
- Allow canceling the NBT update animation and block break reset (#1790) (Technici4n)
- Add ability for minecarts to specify their detector rail comparator value (#1321) (Vincent Lee, Juuxel)
- Fabric Data Generation API (#1824) (modmuss50, Sebastian Hartte, Shnupbups)
- Add some useful worldgen transitive access-wideners. (#1844) (modmuss50)
- Fix AttackBlockCallback on the client not sending a packet to the server (#1872) (Technici4n)
- Fix issue causing lesser version parts not getting reset to 0 when bumping versions. (modmuss50)
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:P7dR8mSH:RSZHmY2f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P7dR8mSH:RSZHmY2f"
}
