Expanded Data 图标

Expanded Data

作者:rebot | 分类:模组

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

Minecraft 版本: 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3

平台: fabric

标签: game-mechanics technology utility

资源介绍

Expanded Data

Expanded Data Objects and NBT Accessors for Minecraft data commands.

This current version is built for Minecraft 1.21.3, but translation is pretty straight forwards between other versions.

This is a server-side mod, and is designed with full compatibility in mind for datapack usage.

Usage:

Getting a block for use in other data commands

data get block -188 68 985

image

{block_state: {Properties: {east: "true", waterlogged: "false", south: "true", north: "false", west: "false"}, Name: "minecraft:white_stained_glass_pane"}, x: -188, y: 68, z: 985}

The block_state property is designed to have 1-to-1 compatibility with the block_display entities introduced in Minecraft 1.19.4. This allows block data to be copied to/from real blocks and block_displays.

You can also set/modify any data found block_state, as confined by the typically available states

data modify block -188 68 985 block_state.Name set value "minecraft:dirt"

Getting CursorItem, CraftingItems, and CraftingResult

CursorItem
data get @s CursorItem

image

{count: 1, id: "minecraft:diamond_sword"}
CraftingItems
data get @s CraftingItems

image

[{count: 1, Slot: 0b, id: "minecraft:oak_planks"}, {count: 1, Slot: 1b, id: "minecraft:oak_planks"}, {count: 1, Slot: 2b, id: "minecraft:oak_planks"}, {count: 1, Slot: 3b, id: "minecraft:oak_planks"}]
CraftingResult
data get @s CraftingResult

image

{count: 4, id: "minecraft:oak_planks"}

As these are data values tied to players, you are unfortunately unable to modify them. All things mentioned will also work in predicates, just as you would expect.

下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Lumière Play

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

查看详情
CheapDesign

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

查看详情
Vanilla Paintings CIT Pack

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

查看详情
ScheduledTickVisualizer

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

查看详情