Tags
Creators
Details
Licensed Apache-2.0
Published 2 months ago
All versions
1.3.0
Release
TC Utility 1.3.02 months ago 30
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Changelog
[1.3.0-Feature]
- feat: added custom fluids
- ref: image optimization
[1.2-Feature]
- feat: added block cube tintindex
- feat: added custom item registration
- fix: door drops+pickBlock items, fix: building double slabs
- ref: update contentpackLib
- ref: added cubeRot withRotation, withMirror
- ref: code cleanup
[1.1.3-Fix]
*fix: issues with OpenSignals and comtability with RPs
[1.1.2-Fix]
- fix: issue with network channel and OpenSignals compatibility
- fix: issue with loading of other ResourePacks
- fix: issue with shifting/slideing in blocks
[1.1.1-Fix]
- fix: garage door not opening
[1.1.0-Feature]
- feat: added contentpack system
- feat: added custom bounding boxes
- feat: added more block properties: fullblock and slipperness
- feat: new block types: rotationAll, hanging and garage doors
- feat: added custom armor registration
- fix: street lantern
- ref: better code performance
- rem: unused code
- rem: debug outputs
[Fix]
- feat: rewrite window block
- feat: setting light value
- fix: Cullfaces
[Fix]
- fix: walking through fences
- fix: walls with wrong states
- fix: translucent blocks
[Feat]
- mod rework
- cleanup
- feat: added json-based block registry system
- feat: added over 450 building and decorating blocks
- fix: serveral bugs
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:IdSl9Mvp:XEMQbBIW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IdSl9Mvp:XEMQbBIW"
}

