
Tiny DataLib
ArchivedThis project is a library with useful utilities such as a database system and more.
Tags
Creators
Details
0.0.3+mod
Compatibility
Changes
Tiny DataLib v0.0.3 ALPHA
"Raycast Improved"
Welcome to the third Alpha release! This update is focused entirely on the Raycast module—making it more flexible, more powerful, and easier to use with custom range.
Version Highlights
- Better Raycast: New custom range raycast allows you to set your own range and you can also set notfound as a value that you will get if no block wasnt found!
Migration Guide (Breaking Changes)
If you are upgrading from v0.0.1-2, you must update your function calls.
- Old:
tiny_datalib:raycast/block - New:
tiny_datalib:raycast/block {range:<range>,notfound:<notfound>}
Return Codes:
Any: Success.None/Fail: Maybe wrong range/notfound (Must be specified!).<notfound>: No block wasn't found.
Future Plans
- Raycasting: Improved block detection accuracy.
- Distance: Optimized calculation for high-frequency checks.
- Custom Give: Intelligent item stacking and "Full Inventory" detection.
- New Modules: Advanced Mannequin/Armor Stand animation controls.
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:5lSSrR4X:OFWXZQMd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5lSSrR4X:OFWXZQMd"
}
