| Type
|
Name
|
Description
|
Data
|
| 0
|
minecraft:custom_data
|
Customizable data that doesn't fit any specific component.
|
As follows:
| Name
|
Type
|
Description
|
| Data
|
NBT
|
Always a Compound Tag.
|
|
| 1
|
minecraft:max_stack_size
|
Maximum stack size for the item.
|
As follows:
| Name
|
Type
|
Description
|
| Max Stack Size
|
VarInt
|
Ranges from 1 to 99.
|
|
| 2
|
minecraft:max_damage
|
The maximum damage the item can take before breaking.
|
As follows:
| Name
|
Type
|
Description
|
| Max Damage
|
VarInt
|
|
|
| 3
|
minecraft:damage
|
The current damage of the item.
|
As follows:
| Name
|
Type
|
Description
|
| Damage
|
VarInt
|
|
|
| 4
|
minecraft:unbreakable
|
Marks the item as unbreakable.
|
no fields
|
| 5
|
minecraft:custom_name
|
Item's custom name. Normally shown in italic, and changeable at an anvil.
|
As follows:
|
| 6
|
minecraft:item_name
|
Override for the item's default name. Shown when the item has no custom name.
|
As follows:
|
| 7
|
minecraft:item_model
|
Item's model.
|
As follows:
|
| 8
|
minecraft:lore
|
Item's lore.
|
As follows:
|
| 9
|
minecraft:rarity
|
Item's rarity. This affects the default color of the item's name.
|
As follows:
| Name
|
Type
|
Description
|
| Rarity
|
VarInt Enum
|
Can be one of the following:
- 0 - Common (white)
- 1 - Uncommon (yellow)
- 2 - Rare (aqua)
- 3 - Epic (pink)
|
|
| 10
|
minecraft:enchantments
|
The enchantments of the item.
|
As follows:
| Name
|
Type
|
Description
|
| Enchantment
|
Type ID
|
Prefixed Array
|
VarInt Enum
|
The ID of the enchantment in the enchantment registry.
|
| Level
|
VarInt
|
The level of the enchantment.
|
|
| 11
|
minecraft:can_place_on
|
List of blocks this block can be placed on when in adventure mode.
|
As follows:
|
| 12
|
minecraft:can_break
|
List of blocks this item can break when in adventure mode.
|
As follows:
|
| 13
|
minecraft:attribute_modifiers
|
The attribute modifiers of the item.
|
As follows:
| Name
|
Type
|
Description
|
| Attribute Modifier
|
Attribute ID
|
Prefixed Array
|
VarInt
|
The attribute to be modified (ID in the minecraft:attribute registry).
|
| Modifier ID
|
Identifier
|
The modifier's unique ID.
|
| Value
|
Double
|
The modifier's value.
|
| Operation
|
VarInt Enum
|
The operation to be applied upon the value. Can be one of the following:
- 0 - Add
- 1 - Multiply base
- 2 - Multiply total
|
| Slot
|
VarInt Enum
|
The item slot placement required for the modifier to have effect. Can be one of the following:
- 0 - Any
- 1 - Main hand
- 2 - Off hand
- 3 - Hand
- 4 - Feet
- 5 - Legs
- 6 - Chest
- 7 - Head
- 8 - Armor
- 9 - Body
|
|
| 14
|
minecraft:custom_model_data
|
Value for the item predicate when using custom item models. More info can be found here.
|
As follows:
|
| 15
|
minecraft:tooltip_display
|
Allows you to hide all or parts of the item tooltip.
|
As follows:
| Name
|
Type
|
Description
|
| Hide tooltip
|
Boolean
|
Whether to hide the tooltip entirely.
|
| Hidden components
|
Prefixed Array of VarInt Enum
|
The IDs of data components in the minecraft:data_component_type registry to hide.
|
|
| 16
|
minecraft:repair_cost
|
Accumulated anvil usage cost. The client displays "Too Expensive" if the value is greater than 40 and the player is not in creative mode (more specifically, if they don't have the insta-build flag enabled). This behavior can be overridden by setting the level with the Set Container Property packet.
|
As follows:
| Name
|
Type
|
Description
|
| Cost
|
VarInt
|
|
|
| 17
|
minecraft:creative_slot_lock
|
Marks the item as non-interactive on the creative inventory (the first 5 rows of items). This is used internally by the client on the paper icon in the saved hot-bars tab.
|
no fields
|
| 18
|
minecraft:enchantment_glint_override
|
Overrides the item glint resulted from enchantments
|
As follows:
| Name
|
Type
|
Description
|
| Has Glint
|
Boolean
|
|
|
| 19
|
minecraft:intangible_projectile
|
Marks the projectile as intangible (cannot be picked-up).
|
As follows:
| Name
|
Type
|
Description
|
| Empty
|
NBT
|
Always an empty Compound Tag.
|
|
| 20
|
minecraft:food
|
Makes the item restore the player's hunger bar when consumed.
|
As follows:
| Name
|
Type
|
Description
|
| Nutrition
|
VarInt
|
Non-negative
|
| Saturation Modifier
|
Float
|
How much saturation will be given after consuming the item.
|
| Can Always Eat
|
Boolean
|
Whether the item can always be eaten, even at full hunger.
|
|
| 21
|
minecraft:consumable
|
Makes the item consumable.
|
As follows:
| Name
|
Type
|
Description
|
| Consume seconds
|
Float
|
How long it takes to consume the item.
|
| Animation
|
VarInt Enum
|
0: none, 1: eat, 2: drink, 3: block, 4: bow, 5: spear, 6: crossbow, 7: spyglass, 8: toot_horn, 9: brush
|
| Sound
|
ID or Sound Event
|
ID in the minecraft:sound_event registry, or an inline definition.
|
| Has consume particles
|
Boolean
|
|
| Effects
|
Prefixed Array of Consume Effect
|
Effects to apply on consumption. See Consume Effect.
|
|
| 22
|
minecraft:use_remainder
|
This specifies the item produced after using the current item. In the Notchian server, this is used for stews, which turn into bowls.
|
As follows:
| Name
|
Type
|
Description
|
| Remainder
|
Slot
|
|
|
| 23
|
minecraft:use_cooldown
|
Cooldown to apply on use of the item.
|
As follows:
| Name
|
Type
|
Description
|
| Seconds
|
Float
|
|
| Cooldown group
|
Optional Identifier
|
Group of items to apply the cooldown to. Only present if Has cooldown group is true; otherwise defaults to the item's identifier.
|
|
| 24
|
minecraft:damage_resistant
|
Marks this item as damage resistant. The client won't render the item as being on-fire if this component is present.
|
As follows:
| Name
|
Type
|
Description
|
| Types
|
Identifier
|
Tag specifying damage types the item is immune to. Not prefixed by '#'!.
|
|
| 25
|
minecraft:tool
|
Alters the speed at which this item breaks certain blocks
|
As follows:
| Name
|
Type
|
Description
|
| Rule
|
Blocks
|
Prefixed Array
|
ID Set
|
The blocks this rule applies to (IDs in the minecraft:block registry).
|
| Has Speed
|
Boolean
|
|
| Speed
|
Optional Float
|
The speed at which the tool breaks this rules' blocks. Only present if Has Speed is true.
|
| Has Correct Drop For Blocks
|
Boolean
|
|
| Correct Drop For Blocks
|
Optional Boolean
|
Whether items should drop only if this is the correct tool. Only present if Has Correct Drop For Blocks is true.
|
| Default Mining Speed
|
Float
|
The mining speed in case none of the previous rule were matched.
|
| Damage Per Block
|
VarInt
|
The amount of damage the item takes per block break.
|
| Can Destroy Blocks In Creative
|
Boolean
|
If false, this tool prevents the player from breaking blocks in creative mode.
|
|
| 26
|
minecraft:weapon
|
Item treated as a weapon
|
As follows:
| Name
|
Type
|
Description
|
| Damage Per Attack
|
VarInt
|
| Disable Blocking For
|
Float
|
In Seconds
|
|
| 27
|
minecraft:enchantable
|
Allows the item to be enchanted by an enchanting table.
|
As follows:
| Name
|
Type
|
Description
|
| Value
|
VarInt
|
Opaque internal value controlling how expensive enchantments may be offered.
|
|
| 28
|
minecraft:equippable
|
Allows the item to be equipped by the player.
|
As follows:
| Name
|
Type
|
Description
|
| Slot
|
VarInt Enum
|
0: mainhand, 1: feet, 2: legs, 3: chest, 4: head, 5: offhand, 6: body
|
| Equip sound
|
ID or Sound Event
|
ID in the minecraft:sound_event registry, or an inline definition.
|
| Has model
|
Boolean
|
|
| Model
|
Optional Identifier
|
Only present if Has model is true.
|
| Has camera overlay
|
Boolean
|
|
| Camera overlay
|
Optional Identifier
|
Only present if Has camera overlay is true.
|
| Has allowed entities
|
Boolean
|
| Allowed entities
|
Optional ID Set
|
IDs in the minecraft:entity_type registry. Only present if Has allowed entities is true.
|
| Dispensable
|
Boolean
|
|
| Swappable
|
Boolean
|
|
| Damage on hurt
|
Boolean
|
|
|
| 29
|
minecraft:repairable
|
Items that can be combined with this item in an anvil to repair it.
|
As follows:
| Name
|
Type
|
Description
|
| Items
|
ID Set
|
IDs in the minecraft:item registry.
|
|
| 30
|
minecraft:glider
|
Makes the item function like elytra.
|
no fields
|
| 31
|
minecraft:tooltip_style
|
Custom textures for the item tooltip.
|
As follows:
|
| 32
|
minecraft:death_protection
|
Makes the item function like a totem of undying.
|
As follows:
|
| 33
|
minecraft:blocks_attacks
|
Makes the item act like a shield.
|
As follows:
|
| 34
|
minecraft:stored_enchantments
|
The enchantments stored in this enchanted book.
|
As follows:
| Name
|
Type
|
Description
|
| Enchantment
|
Type ID
|
Prefixed Array
|
VarInt Enum
|
The ID of the enchantment in the enchantment registry.
|
| Level
|
VarInt
|
The level of the enchantment.
|
|
| 35
|
minecraft:dyed_color
|
Color of dyed leather armor.
|
As follows:
| Name
|
Type
|
Description
|
| Color
|
Int
|
The RGB components of the color, encoded as an integer.
|
|
| 36
|
minecraft:map_color
|
Color of the markings on the map item model.
|
As follows:
| Name
|
Type
|
Description
|
| Color
|
Int
|
The RGB components of the color, encoded as an integer.
|
|
| 37
|
minecraft:map_id
|
The ID of the map.
|
As follows:
| Name
|
Type
|
Description
|
| ID
|
VarInt
|
|
|
| 38
|
minecraft:map_decorations
|
Icons present on a map.
|
As follows:
| Name
|
Type
|
Description
|
| Data
|
NBT
|
Always a Compound Tag.
|
|
| 39
|
minecraft:map_post_processing
|
Used internally by the client when expanding or locking a map. Display extra information on the item's tooltip when the component is present.
|
As follows:
| Name
|
Type
|
Description
|
| Type
|
VarInt Enum
|
Type of post processing. Can be either:
|
|
| 40
|
minecraft:charged_projectiles
|
Projectiles loaded into a charged crossbow.
|
As follows:
|
| 41
|
minecraft:bundle_contents
|
Contents of a bundle.
|
As follows:
|
| 42
|
minecraft:potion_contents
|
Visual and effects of a potion item.
|
As follows:
| Name
|
Type
|
Description
|
| Has Potion ID
|
Boolean
|
Whether this potion has an ID in the potion registry. If true, it has the default effects associated with the potion type.
|
| Potion ID
|
Optional VarInt
|
The ID of the potion type in the potion registry. Only present if Has Potion ID is true.
|
| Has Custom Color
|
Boolean
|
Whether this potion has a custom color. If false, it uses the default color associated with the potion type.
|
| Custom Color
|
Optional Int
|
The RGB components of the color, encoded as an integer. Only present if Has Custom Color is true.
|
| Custom Effects
|
Prefixed Array of Potion Effect
|
Any custom effects the potion might have. See Potion Effect.
|
| Custom Name
|
String
|
|
|
| 43
|
minecraft:potion_duration_scale
|
A duration multiplier for items that also have the minecraft:potion_contents component.
|
As follows:
| Name
|
Type
|
| Effect Multiplier
|
Float
|
|
| 44
|
minecraft:suspicious_stew_effects
|
Effects granted by a suspicious stew.
|
As follows:
| Name
|
Type
|
Description
|
| Effect
|
Type ID
|
Prefixed Array
|
VarInt Enum
|
The ID of the effect in the potion effect type registry.
|
| Duration
|
VarInt
|
The duration of the effect.
|
|
| 45
|
minecraft:writable_book_content
|
Content of a writable book.
|
As follows:
| Name
|
Type
|
Description
|
| Page
|
Raw Content
|
Prefixed Array (100)
|
String (1024)
|
The raw text of the page.
|
| Has Filtered Content
|
Boolean
|
|
| Filtered Content
|
Optional String (1024)
|
The content after passing through chat filters. Only present if Has Filtered Content is true.
|
|
| 46
|
minecraft:written_book_content
|
Content of a written and signed book.
|
As follows:
| Name
|
Type
|
Description
|
| Raw Title
|
String (32)
|
The raw title of the book.
|
| Has Filtered Title
|
Boolean
|
|
| Filtered Title
|
Optional String (32)
|
The title after going through chat filters. Only present if Has Filtered Title is true.
|
| Author
|
String
|
|
| Generation
|
VarInt
|
|
| Page
|
Raw Content
|
Prefixed Array (100)
|
TextComponent (1024)
|
The raw text of the page.
|
| Has Filtered Content
|
Boolean
|
|
| Filtered Content
|
Optional Text Component (1024)
|
The content after passing through chat filters. Only present if Has Filtered Content is true.
|
| Resolved
|
Boolean
|
Whether entity selectors have already been resolved.
|
|
| 47
|
minecraft:trim
|
Armor's trim pattern and color
|
As follows:
| Name
|
Type
|
Description
|
| Trim Material
|
ID or Trim Material
|
ID in the minecraft:trim_material registry, or an inline definition.
|
| Trim Pattern
|
ID or Trim Pattern
|
ID in the minecraft:trim_pattern registry, or an inline definition.
|
|
| 48
|
minecraft:debug_stick_state
|
State of the debug stick
|
As follows:
| Name
|
Type
|
Description
|
| Data
|
NBT
|
States of previously interacted blocks. Always a Compound Tag.
|
|
| 49
|
minecraft:entity_data
|
Data for the entity to be created from this item.
|
As follows:
| Name
|
Type
|
Description
|
| Data
|
NBT
|
Always a Compound Tag.
|
|
| 50
|
minecraft:bucket_entity_data
|
Data of the entity contained in this bucket.
|
As follows:
| Name
|
Type
|
Description
|
| Data
|
NBT
|
Always a Compound Tag.
|
|
| 51
|
minecraft:block_entity_data
|
Data of the block entity to be created from this item.
|
As follows:
| Name
|
Type
|
Description
|
| Data
|
NBT
|
Always a Compound Tag.
|
|
| 52
|
minecraft:instrument
|
The sound played when using a goat horn.
|
As follows:
| Name
|
Type
|
Description
|
| Instrument
|
ID or Instrument
|
ID in the minecraft:instrument registry, or an inline definition.
|
|
| 53
|
minecraft:provides_trim_material
|
Used to make an item into a valid armor trim material.
|
As follows:
| Name
|
Type
|
Description
|
| Mode
|
Byte Enum
|
Defines how the following field is read, either referenced or direct.
|
| Material
|
Varies
|
| Mode
|
Data
|
Description
|
| 0
|
Identifier
|
The name of a material.
|
| 1
|
ID or Trim Material
|
An ID in the minecraft:trim_material registry or a direct trim material definition.
|
|
|
| 54
|
minecraft:ominous_bottle_amplifier
|
Amplifier for the effect of an ominous bottle.
|
As follows:
| Name
|
Type
|
Description
|
| Amplifier
|
VarInt
|
Between 0 and 4.
|
|
| 55
|
minecraft:jukebox_playable
|
The song this item will play when inserted into a jukebox.
The Notchian client assumes that the server will always represent the jukebox song either by name, or reference an entry on its respective registry. Trying to directly specify a jukebox song (when Jukebox Song Type is 0) will cause the client to fail to parse it and subsequently disconnect, which is likely an unintended bug.
|
As follows:
| Name
|
Type
|
Description
|
| Mode
|
Byte Enum
|
Whether the jukebox song is specified directly, or just referenced by name. This defines how the following field is read.
|
| Jukebox Song
|
Varies
|
| Mode
|
Data
|
Description
|
| 0
|
Identifier
|
The name of a jukebox song in its respective registry.
|
| 1
|
ID or Jukebox Song
|
ID in the minecraft:jukebox_song registry or a direct jukebox song.
|
|
|
| 56
|
minecraft:provides_banner_patterns
|
Used to make an item into a valid banner pattern material.
|
As follows:
| Name
|
Type
|
Description
|
| Key
|
Identifier
|
A pattern identifier like #minecraft:pattern_item/globe.
|
|
| 57
|
minecraft:recipes
|
The recipes this knowledge book unlocks.
|
As follows:
| Name
|
Type
|
Description
|
| Data
|
NBT
|
Always a Compound Tag.
|
|
| 58
|
minecraft:lodestone_tracker
|
The lodestone this compass points to.
|
As follows:
| Name
|
Type
|
Description
|
| Has Global Position
|
Boolean
|
Whether this lodestone points to a position, otherwise it spins randomly.
|
| Dimension
|
Identifier
|
The dimension the compass points to. Only present if Has Global Position is true.
|
| Position
|
Position
|
The position the compass points to. Only present if Has Global Position is true.
|
| Tracked
|
Boolean
|
Whether the component is removed when the associated lodestone is broken.
|
|
| 59
|
minecraft:firework_explosion
|
Properties of a firework star.
|
As follows:
|
| 60
|
minecraft:fireworks
|
Properties of a firework.
|
As follows:
|
| 61
|
minecraft:profile
|
Game Profile of a player's head.
|
As follows:
|
| 62
|
minecraft:note_block_sound
|
Sound played by a note block when this player's head is placed on top of it.
|
As follows:
|
| 63
|
minecraft:banner_patterns
|
Patterns of a banner or banner applied to a shield.
|
As follows:
| Name
|
Type
|
Description
|
| Layer
|
Pattern Type
|
Prefixed Array
|
VarInt
|
Identifier used to determine the data that follows. It can be either:
- 0 - Directly represents a pattern, with the necessary data following.
- Anything else - References a pattern in its registry, by the ID of
Pattern Type - 1.
|
| Asset ID
|
Optional Identifier
|
Identifier of the asset. Only present if Pattern Type is 0.
|
| Translation Key
|
Optional String
|
Only present if Pattern Type is 0.
|
| Color
|
Dye Color
|
See Dye Color.
|
|
| 64
|
minecraft:base_color
|
Base color of the banner applied to a shield.
|
As follows:
|
| 65
|
minecraft:pot_decorations
|
Decorations on the four sides of a pot.
|
As follows:
|
| 66
|
minecraft:container
|
Items inside a container of any type.
|
As follows:
|
| 67
|
minecraft:block_state
|
State of a block.
|
As follows:
|
| 68
|
minecraft:bees
|
Bees inside a hive.
|
As follows:
| Name
|
Type
|
Description
|
| Bee
|
Entity Data
|
Prefixed Array
|
NBT
|
Custom data for the entity, always a Compound Tag. Same structure as the minecraft:custom_data component.
|
| Ticks In Hive
|
VarInt
|
|
| Min Ticks In Hive
|
VarInt
|
|
|
| 69
|
minecraft:lock
|
Name of the necessary key to open this container.
|
As follows:
| Name
|
Type
|
Description
|
| Key
|
NBT
|
Always a String Tag.
|
|
| 70
|
minecraft:container_loot
|
Loot table for an unopened container.
|
As follows:
| Name
|
Type
|
Description
|
| Data
|
NBT
|
Always a Compound Tag.
|
|
| 71
|
minecraft:break_sound
|
Changes the sound that plays when the item breaks.
|
As follows:
| Name
|
Type
|
Description
|
| Sound Event
|
ID or Sound Event
|
ID in the minecraft:sound_event registry, or an inline definition.
|
|
| 72
|
minecraft:villager/variant
|
The biome variant of a villager.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
An ID in the minecraft:villager_type registry.
|
|
| 73
|
minecraft:wolf/variant
|
The variant of a wolf.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
An ID in the minecraft:wolf_variant registry.
|
|
| 74
|
minecraft:wolf/sound_variant
|
The type of sounds that a wolf makes.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
An ID in the minecraft:wolf_sound_variant registry.
|
|
| 75
|
minecraft:wolf/collar
|
The dye color of the wolf's collar.
|
As follows:
|
| 76
|
minecraft:fox/variant
|
The variant of a fox.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
0: red, 1: snow.
|
|
| 77
|
minecraft:salmon/size
|
The size of a salmon.
|
As follows:
| Name
|
Type
|
Description
|
| Type
|
VarInt Enum
|
0: small, 1: medium, 2: large.
|
|
| 78
|
minecraft:parrot/variant
|
The variant of a parrot.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
An ID in the minecraft:parrot_type registry.
|
|
| 79
|
minecraft:tropical_fish/pattern
|
The pattern of a tropical fish.
|
As follows:
| Name
|
Type
|
Description
|
| Pattern
|
VarInt Enum
|
0: kob, 1: sunstreak, 2: snooper, 3: dasher, 4: brinely, 5: spotty, 6: flopper, 7: stripey, 8: glitter, 9: blockfish, 10: betty, 11: clayfish.
|
|
| 80
|
minecraft:tropical_fish/base_color
|
The base color of a tropical fish.
|
As follows:
|
| 81
|
minecraft:tropical_fish/pattern_color
|
The pattern color of a tropical fish.
|
As follows:
|
| 82
|
minecraft:mooshroom/variant
|
The variant of a mooshroom.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
0: red, 1: brown.
|
|
| 83
|
minecraft:rabbit/variant
|
The variant of a rabbit.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
0: brown, 1: white, 2: black, 3: white splotched, 4: gold, 5: salt, 6: evil.
|
|
| 84
|
minecraft:pig/variant
|
The variant of a pig.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
An ID in the minecraft:pig_variant registry.
|
|
| 85
|
minecraft:cow/variant
|
The variant of a cow.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
An ID in the minecraft:cow_variant registry.
|
|
| 86
|
minecraft:chicken/variant
|
The variant of a chicken.
|
As follows:
| Name
|
Type
|
Description
|
| Mode
|
Byte Enum
|
Defines how the following field is read.
|
| Variant
|
Varies
|
| Mode
|
Data
|
Description
|
| 0
|
Identifier
|
The name of a chicken variant.
|
| 1
|
VarInt
|
An ID in the minecraft:chicken_variant registry.
|
|
|
| 87
|
minecraft:frog/variant
|
The variant of a frog.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
An ID in the minecraft:frog_variant registry.
|
|
| 88
|
minecraft:horse/variant
|
The variant of a horse.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
0: white, 1: creamy, 2: chestnut, 3: brown, 4: black, 5: gray, 6: dark brown.
|
|
| 89
|
minecraft:painting/variant
|
The variant of a painting.
|
As follows:
|
| 90
|
minecraft:llama/variant
|
The variant of a llama.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
0: creamy, 1: white, 2: brown, 3: gray.
|
|
| 91
|
minecraft:axolotl/variant
|
The variant of an axolotl.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
0: lucy, 1: wild, 2: gold, 3: cyan, 4: blue.
|
|
| 92
|
minecraft:cat/variant
|
The variant of a cat.
|
As follows:
| Name
|
Type
|
Description
|
| Variant
|
VarInt Enum
|
An ID in the minecraft:cat_variant registry.
|
|
| 93
|
minecraft:cat/collar
|
The dye color of the cat's collar.
|
As follows:
|
| 94
|
minecraft:sheep/color
|
The color of a sheep.
|
As follows:
|
| 95
|
minecraft:shulker/color
|
The color of a shulker.
|
As follows:
|