Minecraft:Chunk format/Mob
From SAS Gaming Wiki
More actions
- Template:Nbt: The amount of extra health added by the Absorption effect.
- Template:Nbt: The list of status effects on this mob. May not exist.
- Template:Nbt Each item is a Minecraft:status effect
- Template:Nbt: Template:Nbt boolean - if
true, this effect is provided by a Beacon and therefore should be less intrusive on screen. - Template:Nbt: The status effect level.
0is level 1. - Template:Nbt: The number of Minecraft:game ticks before the effect wears off.
-1means infinite duration. - Template:Nbt: Lower amplifier effect of the same type, this replaces the above effect when it expires. (The duration of the effect still decreases in here too)
- Template:Nbt: The effect name.
- Template:Nbt: Template:Nbt boolean - if
true, effect icon is shown; iffalse, no icon is shown. - Template:Nbt: Template:Nbt boolean - if
true, particles are shown (affected byambient); iffalse, no particles are shown.
- Template:Nbt: Template:Nbt boolean - if
- Template:Nbt Each item is a Minecraft:status effect
- Template:Nbt:Template:Anchor A list of Minecraft:Attributes for this mob. These are used for many purposes in internal calculations, and can be considered a mob's "statistics". Valid attributes for a given mob are listed in the main article.
- Template:Nbt An individual attribute.
- Template:Nbt: The name of this attribute.
- Template:Nbt: The base value of this attribute.
- Template:Nbt:Template:Anchor A list of Modifiers acting on this attribute. Modifiers alter the base value in internal calculations, without changing the original copy. Note that a modifier never modifies base to be higher than its maximum or lower than its minimum for a given attribute.
- Template:Nbt An individual modifier.
- Template:Nbt: The amount by which this modifier modifies the base value in calculations.
- Template:Nbt: A Minecraft:Resource location unique to this modifier. Used to identify the modifier so that the correct modifier can be added or removed.
- Template:Nbt: Template:Cd. Defines the operation this modifier executes on the attribute's base value.
add_value: IncrementXAmount.add_multiplied_base:YX * Amount.add_multiplied_total: SetY = Y * (1 + Amount)(equivalent to IncrementYY * Amount).
- The specified modifiers are applied to the attribute, probably whenever the attribute is modified.Template:Info needed To compute the effective value of the attribute, the game:
- Sets
X = Base. - Executes all add_value modifiers.
- Sets
Y = X. - Executes all add_multiplied_base modifiers.
- Executes all add_multiplied_total modifiers.
- The value Y is the final effective value of the attribute.Template:Info needed
- Sets
- Template:Nbt An individual modifier.
- Template:Nbt An individual attribute.
- Template:Nbt:Template:Anchor Everything this mob has to keep in mind.
- Template:Nbt: Used for complex behaviors.Template:Info needed The only mobs that have this tag are described below.
- Template:Nbt inherit/allay memories
- Template:Nbt inherit/axolotl memories
- Template:Nbt inherit/camel memories
- Template:Nbt inherit/copper golem memories
- Template:Nbt inherit/frog memories
- Template:Nbt inherit/goat memories
- Template:Nbt inherit/piglin memories
- Template:Nbt inherit/piglin brute memories
- Template:Nbt inherit/sniffer memories
- Template:Nbt inherit/villager memories
- Template:Nbt inherit/warden memories
- Template:Nbt: Used for complex behaviors.Template:Info needed The only mobs that have this tag are described below.
- Template:Nbt: Template:Nbt boolean - if
true, the mob can pick up loot (wear armor it picks up, use weapons it picks up). - Template:Nbt: Exists only if the mob is airborne after being hit by a Minecraft:wind charge explosion. Represents the explosion's position. Used for wind charge fall damage reduction.
- Template:Nbt: Template:More info
- Template:Nbt inherit/DeathLootable
- Template:Nbt: Number of ticks the mob has been dead for. Controls death animations. 0 when alive.
- Template:Nbt: A map between equipment slot type and chance value. Each entry specifies the chance that the item in that slot is dropped when the mob dies. If not specified or removed, chance is assumed as default (0.085f). A chance value between 0.0f and 1.0f applies a random damage value if dropped and it's only drops if the mob is killed by a player or a tamed wolf. For values higher than 1.0f, the item damage is preserved and it's always dropped. Equipment picked up by mobs is set to 2.0f. Each entry is also used to calculate the chance the item in dropped when swap for a more preferred one<ref>Template:Bug</ref>, but not directly. If the value is 0.0f or less, the drop chance is 0%, if the value is greater than 0.0f, the drop chance is the value +10% and the item damage is preserved.
- Template:Nbt : Chance value for the head item to drop.
- Template:Nbt : Chance value for the chest item to drop.
- Template:Nbt : Chance value for the legs item to drop.
- Template:Nbt : Chance value for the feet item to drop.
- Template:Nbt : Chance value for the mainhand item to drop.
- Template:Nbt : Chance value for the offhand item to drop.
- Template:Nbt : Chance value for the body item to drop.
- Template:Nbt : Chance value for the saddle item to drop.
- Template:Nbt: Map between equipment slot type and item stack. Does not exist if the inventory is empty.
- Template:Nbt: The item being held in mob's head slot.
- Template:Nbt: The item being held in the mob's chest slot.
- Template:Nbt: The item being held in the mob's legs slot.
- Template:Nbt: The item being held in the mob's feet slot.
- Template:Nbt: The item being held in the mob's main hand.
- Template:Nbt: The item being held in the mob's off hand.
- Template:Nbt: The item being held in the mob's body slot.
- Template:Nbt: The item being held in the mob's saddle slot.
- Template:Nbt: Setting to 1 for non-player entities causes the entity to glide as long as they are wearing elytra in the chest slot. Can be used to detect when the player is gliding without using scoreboard statistics.
- Template:Nbt: The mob's health.
- Template:Nbt: The mob's "home" position. Mobs will limit their pathfinding to stay within the indicated area. Some mobs, like bats, slimes, magma cubes, phantoms and ender dragons may ignore it. Interacting with leashes or riding may change the home position of the mob. For Minecraft:creakings, this is the position of their Minecraft:creaking heart.
- Template:Nbt: Max radius of the data
home_pos. - Template:Nbt: The last time the mob was damaged, measured in the number of ticks since the mob's creation. Updates to a new value whenever the mob is damaged, then updates again 101 ticks later for reasons unknown. Can be changed with Minecraft:commands, but the specified value does not affect natural updates in any way, and is overwritten if the mob receives damage.
- Template:Nbt: Number of ticks the mob turns red for after being hit. 0 when not recently hit.
- Template:Nbt: The UUID of the last mob that attacked this mob. Clears when the attacking mob dies or despawns.
- Template:Nbt: The UUID of the last player that attacked this mob.
- Template:Nbt: (when Template:Nbt exists and is valid) Gets set to Template:Convert when attacked by a player, and decreases by 1 for every game tick. Clears Template:Nbt when the value reaches 0.
- Template:NbtTemplate:Nbt: Information about where this leash connects to. Does not exist if the entity is not leashed.
- The int array form (Template:Nbt) represents the block location of the fence post that the leash is attached to (3 integers representing the X, Y, and Z coordinates respectively), or a compound containing information about the entity the leash is attached to.
- The compound form (Template:Nbt) contains the UUID of the entity that the leash is attached to.
- Template:Nbt: This Minecraft:Universally Unique IDentifier of the entity that the leash is attached to.
- Template:Nbt: Template:Nbt boolean - if
true, the mob renders the main hand as being left. - Template:Nbt: The waypoint's icon visual data in the Minecraft:locator bar.
- Template:Nbt: The waypoint's color stored as 32-bit signed integer using Template:W, assuming the color is fully opaque.
- Template:Nbt: The waypoint's style name from Template:Cd directory in a Minecraft:resource pack.
- Template:Nbt: Template:Nbt boolean - Setting to
truedisables the mob's AI. The mob does not and cannot move, to the extent of not falling when normally able. - Template:Nbt: Template:Nbt boolean - if
true, the mob must not despawn naturally. - Template:Nbt: The coordinate of where the entity is sleeping, absent if not sleeping.
- Template:Nbt: This tag is actually not part of the NBT data of a mob, but instead used when spawning it, so it cannot be tested for. It makes the mob instantly join the Minecraft:scoreboard team with that name.
- Template:Nbt: (when Template:Nbt exists and is valid) The number of game ticks since the last time the mob was attacked by the mob described by Template:Nbt.
Minecraft:fr:Format de chunk/Créature Minecraft:ja:Chunkフォーマット/Mob Minecraft:ko:청크 형식/몹 Minecraft:pt:Formato de chunk/Criatura Minecraft:ru:Формат чанка/Моб Minecraft:th:Chunk format/Mob Minecraft:uk:Формат чанку/Моб