Common Types v3 - RealMegaMinds/ActionInventoryMod GitHub Wiki
These are just a list of some common types used by action inventories.
This is a string. Identifiers are composed of a namespace and path split by a colon. ex: "namespace:path"
The namespace and path must contain only lowercase letters ([a-z]), digits ([0-9]), or the characters "_"
, "."
, and "-"
. The path can also contain the standard path separator "/"
.
Identifiers that only have a path ex: "path"
default to "minecraft:path"
.
This is a string. Dashes can be used but are not required.
Use a string for unformatted text. Use an object for formatted text. Visit here for help creating text.
This is the exact same as an item stack, except the defaults are all unset. This can be used to check that an item stack has the specified arguments.
This is an object. Looks like: {"x":0, "y":0, "z":0}