Tags
Creators
Details
1.3.7-1.21.5
Compatibility
Required content
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- d569ce0 Merge pull request #28 from Paulem79/feature/bucketlib-temp-replacement
Feature/bucketlib temp replacement
- 897add9 chore: fixed versioning
- 8ab653b chore(ci): edited ci step release name
- 4708bba Merge pull request #27 from Paulem79/renovate/actions-setup-java-5.x
chore(deps): update actions/setup-java action to v5
- 9147a3e chore: removed unused deps/class
- 587e8c6 chore: edited version for migration
- 45c85ca chore: bumped version
- cf77453 chore: edited changelog
- 9fca673 feat(bucket): added dispense-behaviour
- 1f27c3d chore(1.21.9): bumped snapshot version
- ef864d3 ci: added release publish
- 24ee822 ci: made build ci work on other branches
- f9dacba fix(bucket): fixed runtime model
- 229ecff feat(cache): added texture pixel color cache
chore(docs): added comments
- 9bcfcc1 fix(bucket): fixed only 5 layers rendered
- f77f157 feat: take to per-pixel layer texture render
- 8532feb feat(tint): versioned with stonecutter, added lava overlay
- 3d0ba63 chore(deps): update actions/setup-java action to v5
- b1eb39b feat: finished custom bucket system
fix: fixed linkedconcurrenthashmap by concurrentfifomap
- fa2453e fix(tint): fixed tint being incorrect
- fd6e1e5 feat: started new temporary remplacement
- 245dfd4 Merge pull request #25 from Paulem79/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
- 2bf4a39 Merge pull request #26 from Paulem79/renovate/dev.kikugie.stonecutter-0.x
chore(deps): update plugin dev.kikugie.stonecutter to v0.7.8
- 9088a3e Merge pull request #24 from Paulem79/renovate/fabric-loom-1.x
chore(deps): update plugin fabric-loom to v1.11.7
- 50c5175 chore(1.21.9): updated deps to latest snapshot
- 2d4449d chore(deps): update plugin fabric-loom to v1.11.7
- d517b4a chore(deps): update plugin dev.kikugie.stonecutter to v0.7.8
- a3f3635 chore(deps): update actions/checkout action to v5
- fe08ab5 Merge pull request #23 from Paulem79/renovate/dev.kikugie.stonecutter-0.x
chore(deps): update plugin dev.kikugie.stonecutter to v0.7.7
Optional dependencies
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:Boe3chj8:YiZ6wXpF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Boe3chj8:YiZ6wXpF"
}

