Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.4.0-alpha.0.44+26.1.2
Alpha
0.4.0-alpha.0.44 devbuild for 26.1.2last week 22.8K
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 7eaa2064 build: remove unnecessary deps and jij - ishland
- 3698bc0f refactor: use registry for dfc frontend - ishland
- 68fd4f18 fix: exception message in ConfigClampBindings - ishland
- 7430b705 refactor: dfc bytecode gen - ishland
- 8c991dd7 fix: properly cache compiled entries - ishland
- b242b711 change: promote DoublePerlinNoiseSampler to natives after 64k samples only - ishland
- 9ad3195f fix: better handle CoordinateNode and IntervalSelect in dot gen - ishland
- b46084dd new: add auxNames in dot gen - ishland
- 6741a34c change: pin install llvm in actions - ishland
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:VSNURh3q:P1edoXUI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:P1edoXUI"
}

