Data Tables 图标

Data Tables

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.13
本资源为搬运资源,原资源地址: https://modrinth.com/mod/data-tables
资源信息

Minecraft 版本: 1.21.7 1.21.8

平台: fabric

标签: library utility

资源介绍

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 /reload like other data pack resources
  • Supports modded items
  • Query data tables using the /table command, 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
  }
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Craftable End Materials

价格:0 墨喵币
下载量:0

查看详情
Special Boots

价格:0 墨喵币
下载量:0

查看详情
TJC's QOL and performance pack

价格:0 墨喵币
下载量:0

查看详情
Potions Please

价格:0 墨喵币
下载量:0

查看详情