Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"hexnbt.entry.patterns.nbt": "NBT",

"hexnbt.page.nbt.readnbt": "Reads the \"NBT\" value of the given key for the given entity or block. I should be careful using this, as nature may provide too much information and mishap this pattern.",
"hexnbt.page.nbt.listkeys": "Fetches all the available keys of the given block or entity.",

"hexcasting.action.hexnbt:readnbt": "Value Distillation",
"hexcasting.action.hexnbt:listkeys": "Key Purification"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"hexnbt.entry.patterns.nbt": "NBT",

"hexnbt.page.nbt.readnbt": "读取给定实体或方块中给定键的“NBT”值。使用的时候需要万分小心,自然有可能会返回太多信息,以至于招致事故。",
"hexnbt.page.nbt.listkeys": "获取给定方块或实体的所有可用键。",

"hexcasting.action.hexnbt:readnbt": "值之馏化",
"hexcasting.action.hexnbt:listkeys": "键之纯化"
}
Loading