{{exclusive|java}}
Entities are stored in the entities folder of respective dimension folders. It is stored like ''Minecraft'' [[Anvil format]] files, which are named in the form r.x.z.mca
.
== Folder structure ==
{| data-description="List"
|-
|
Id
tag for each effect in a mob's ActiveEffects
tag is now a {{nbt|int|TAG_Integer}} instead of a {{nbt|byte|TAG_Byte}}.}}
|{{HistoryLine||1.20.2|dev=23w32a|In NBT format for entity type mooshroom
, removed EffectId
and EffectDuration
, and added stew_effects
, with the same format as effects
field in suspicious_stew
item format.
|In NBT format for entity type area_effect_cloud
, renamed Effects
to effects
.
|In NBT format for entity type arrow
, renamed CustomPotionEffects
to custom_potion_effects
.
|In NBT format for living entities (players, armor stands, and all mobs), renamed ActiveEffects
to active_effects
, and inside that renamed Ambient
to ambient
, Amplifier
to amplifier
, Duration
to duration
, HiddenEffect
to hidden_effect
, Id
to id
, ShowIcon
to show_icon
, ShowParticles
to show_particles
, and changed id
from a {{nbt|int|TAG_Integer}} to a {{nbt|string|TAG_String}}.}}
|{{HistoryLine||1.20.3|dev=23w42a|In NBT format for entity type tnt
, added block_state
, and renamed Fuse
to fuse
.}}
|{{HistoryLine||1.20.3|dev=23w43a|In NBT format for entity type arrow
and spectral_arrow
, added item
.
|In NBT format for entity type trident
, renamed Trident
to item
.}}
|{{HistoryLine||1.20.5|dev=23w51a|Added {{nbt|byte|armor}} tag in [[wolf]] to denote whether a wolf is wearing [[wolf armor]].}}
|{{HistoryLine|||dev=24w05a|Replaced {{nbt|compound|ArmorItem}} tag in [[horse]] with {{nbt|compound|body_armor_item}}.
|Replaced {{nbt|compound|DecorItem}} tag in [[llama]] with {{nbt|compound|body_armor_item}}.
|Replaced {{nbt|byte|armor}} tag in [[wolf]] with {{nbt|compound|body_armor_item}}.}}
|{{HistoryLine||1.21.4|dev=24w44a|In NBT format for entity type tnt_minecart
, added optional field explosion_speed_factor
.|The TNTFuse
field of TNT Minecarts has been renamed to fuse
.}}
}}
== References ==
{{reflist}}
== Navigation ==
{{Navbox Java Edition technical|general}}
[[Category:Development]]
[[de:Objektdaten]]
[[fr:Format d'entité]]
[[ja:エンティティフォーマット]]
[[ko:개체 형식]]
[[pt:Formato de entidade]]
[[zh:实体数据格式]]