Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.4.2-alpha.0.43+26.3-snap-6
Alpha
0.4.2-alpha.0.43 devbuild for 26.3-snapshot-6yesterday 420
Compatibility
Minecraft: Java Edition
26.3-snapshot-6
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- a8d88562 build: remove unnecessary deps and jij - ishland
- 5c1a5301 refactor: use registry for dfc frontend - ishland
- 5401a031 fix: exception message in ConfigClampBindings - ishland
- f492bba5 refactor: dfc bytecode gen - ishland
- 3b9c131a fix: properly cache compiled entries - ishland
- 3ac9957e change: promote DoublePerlinNoiseSampler to natives after 64k samples only - ishland
- 2fe65cf5 fix: better handle CoordinateNode and IntervalSelect in dot gen - ishland
- fa606aa5 new: add auxNames in dot gen - ishland
- 7b25d634 change: pin install llvm in actions - ishland
- 465dfd56 fix: version-lock dfc in ocl - ishland
- 4a47e90b fix: apply behavior in delegate nodes - ishland
- 4b6a27e9 Merge branch 'dev/26.2.0' into dev/26.3.0 - ishland
- f1b33ae5 build: 26.3-snapshot-6 - 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:sTFEpU5c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:sTFEpU5c"
}

