Tiny DataLib

Quick rating

Tiny DataLib

No reviews yet

This project is a library with useful utilities such as a database system and more.

API/Library
Mod Loaders
Datapack
Forge
NeoForge
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
MIT License
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Tiny DataLib: The Essential Utility Toolkit for Minecraft Datapacks

Tiny DataLib is a lightweight, high-performance library designed to handle the "heavy lifting" of datapack development. Whether you need to calculate complex distances, manage persistent entity data, or run precise raycasts, Tiny DataLib provides a clean, macro-powered API so you can focus on building your game mechanics, not debugging NBT.


Key Features

Feature Description Why it matters
Hybrid Database Store data using UUIDs (for players/entities) or Custom Keys (for global settings/configs). Flexible enough for player stats, custom block data, or world-wide variables.
In-Storage Var Math Perform operations (+=, -=, *=, /=, etc.) directly on database variables via macros. No more manual scoreboard-to-NBT shuffling. Update data in a single function call.
Granular Data Control Precision get/set for specific NBT paths or get_full/set_full for entire objects. Optimized performance: only move the data you actually need.
Accurate Distance Calculate the exact distance between any two entities or points in the world. Perfect for range checks, custom AI, or area-of-effect spells.
Intelligent Raycasting High-speed block detection to find exactly what a player is looking at. Essential for custom tools, magic wands, and interactive environments.

Designed for Modern Developers

Tiny DataLib is built for Minecraft 1.21.11, leveraging the latest engine features:

  • Macro-First Design: Use $(variable) inputs for extreme flexibility in your function calls.
  • Developer Friendly: Clear return codes (e.g., -1 for missing entries, -2 for invalid paths) help you debug instantly.
  • Optimized Performance: Uses "Entry" based logic to minimize lag and keep your tick-rate high.

Getting Started

Using Tiny DataLib is as simple as running a single function call!

Note: As of v0.0.2, the library has migrated from "Save" terminology to "Entry" for better technical accuracy.

You can find the complete API documentation, function parameters, and examples in our Wiki.


Looking Ahead

We are continuously evolving Tiny DataLib. Future updates will focus on:

  • Advanced Raycasting: Improved entity hitbox detection.
  • Distance Optimization: Further reducing overhead for high-frequency calculations.
  • Custom Give 2.0: Intelligent item stacking, overflow handling, and Component support.
  • New Modules: Tools for Mannequin (Armor Stand) animation and easier Attribute management.

Ready to accelerate your development? [Download Tiny DataLib v0.0.3 ALPHA Today]

Licensed under the MIT License. Please remember to list Tiny DataLib as a dependency in your Modrinth project!

Screenshots

Gallery

  • Title
    Title

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works