Data Tables
No reviews yet
A lightweight mod for Fabric which adds data tables: data-driven key-value pairs which can be used by modders or data pack creators!
Provides a framework or library for other mods to use.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Required on the server. Installing it on the client adds functionality.
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Data Tables
Adds a new data pack resource known as data tables, which allow you to map identifiers (like item, block, or entity type IDs) to different integer values. These data tables are accessible to both modders and data pack creators who can use them to implement a wide variety of data-driven features.
Features
- Server-side, with optional syncing to client if the client also has the mod
- Supports tags, not just individual IDs!
- Refreshes on
/reloadlike other data pack resources - Supports modded items
- Query data tables using the
/tablecommand, or a simple API for modders! - Supports datagen! No need for modders to write data tables by hand.
See the README for more info!
Example Data Table
Data tables are extremely simple to write and use.
{
"type": "block",
"default": 0,
"entries": {
"#my_data_pack:gem_blocks": 3,
"minecraft:emerald_block": 5,
"minecraft:diamond_block": 5,
"minecraft:diamond_ore": 4
}
}
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers