Minecraft:Chunk format/Cube mob: Difference between revisions
From SAS Gaming Wiki
More actions
Sync: new page from Minecraft |
Sync: updated from Minecraft |
||
| Line 1: | Line 1: | ||
<div class="treeview"><onlyinclude> | <div class="treeview"><onlyinclude> | ||
** {{nbt|int|Size}}: The size of the cube mob with 0 as the smallest, 1 as the second smallest, and so on. Values that are greater than 126 get clamped to 126. When | ** {{nbt|int|Size}}: The size of the cube mob with 0 as the smallest, 1 as the second smallest, and so on. Values that are greater than 126 get clamped to 126. When summoning the mob or resetting its [[Minecraft:attribute]]s, this value also determines the mob's [[Minecraft:attribute]] bases for {{cd|max_health}}, {{cd|movement_speed}}, and {{cd|attack_damage}} (except [[Minecraft:sulfur cube]]s which have no attack damage). | ||
** {{nbt|byte|wasOnGround}}: 1 or 0 (true/false) - true if the mob is touching the ground. This is a an exact copy of the {{nbt|byte|onGround}} tag.</onlyinclude> | ** {{nbt|byte|wasOnGround}}: 1 or 0 (true/false) - true if the mob is touching the ground. This is a an exact copy of the {{nbt|byte|onGround}} tag.</onlyinclude> | ||
</div><noinclude> | </div><noinclude> | ||
Latest revision as of 11:04, 28 April 2026
- Template:Nbt: The size of the cube mob with 0 as the smallest, 1 as the second smallest, and so on. Values that are greater than 126 get clamped to 126. When summoning the mob or resetting its Minecraft:attributes, this value also determines the mob's Minecraft:attribute bases for Template:Cd, Template:Cd, and Template:Cd (except Minecraft:sulfur cubes which have no attack damage).
- Template:Nbt: 1 or 0 (true/false) - true if the mob is touching the ground. This is a an exact copy of the Template:Nbt tag.