Minecraft Wiki
317行目: 317行目:
   
 
{{Data transclude|entity|矢/ED|title=arrow}}
 
{{Data transclude|entity|矢/ED|title=arrow}}
{{Data transclude|entity|Ender Dragon/ED1|title=dragon_fireball|link=Ender Dragon|icon=dragon-fireball}}
+
{{Data transclude|entity|エンダードラゴン/ED1|title=dragon_fireball|link=Ender Dragon|icon=dragon-fireball}}
{{Data transclude|entity|Egg/ED|title=egg}}
+
{{Data transclude|entity|/ED|title=egg}}
{{Data transclude|entity|Ender Pearl/ED|title=ender_pearl|link=Ender Pearl}}
+
{{Data transclude|entity|エンダーパール/ED|title=ender_pearl|link=Ender Pearl}}
{{Data transclude|entity|Ghast/ED1|title=fireball|link=Ghast|icon=fireball}}
+
{{Data transclude|entity|ガスト/ED1|title=fireball|link=Ghast|icon=fireball}}
 
{{Data transclude|entity|スプラッシュポーション/ED|title=potion|link=Splash Potion}}
 
{{Data transclude|entity|スプラッシュポーション/ED|title=potion|link=Splash Potion}}
{{Data transclude|entity|Fire Charge/ED|title=small_fireball|link=Fire Charge|icon=fireball}}
+
{{Data transclude|entity|ファイヤーチャージ/ED|title=small_fireball|link=Fire Charge|icon=fireball}}
{{Data transclude|entity|Snowball/ED|title=snowball}}
+
{{Data transclude|entity|雪玉/ED|title=snowball}}
{{Data transclude|entity|Arrow/ED1|title=spectral_arrow|link=Arrow}}
+
{{Data transclude|entity|/ED1|title=spectral_arrow|link=Arrow}}
{{Data transclude|entity|Wither/ED1|title=wither_skull|link=Wither|icon=wither-skull}}
+
{{Data transclude|entity|ウィザー/ED1|title=wither_skull|link=Wither|icon=wither-skull}}
{{Data transclude|entity|Bottle o' Enchanting/ED|title=experience_bottle|link=Bottle o' Enchanting}}
+
{{Data transclude|entity|エンチャントの瓶/ED|title=experience_bottle|link=Bottle o' Enchanting}}
 
{{-}}
 
{{-}}
   

2020年1月23日 (木) 14:24時点における版

Book and Quill
このページの内容は翻訳されていません。 
あなたが内容を翻訳してみませんか?

チャンクには16×256×16の領域内の地形データとエンティティデータ、事前計算されたライティング、高さマップ、その他のメタデータが格納されている。

NBT の構造

チャンクは、この構造で NBTフォーマットに格納される(各配列内のブロックの順序については、下記のブロックフォーマットを参照)。

  • ルートタグ。
    •  DataVersion: チャンクの NBT の構造のバージョン。
    •  Level: チャンクのデータ。
      •  xPos: そのチャンクの X座標。
      •  zPos: そのチャンクの Z座標。
      •  LastUpdate: そのチャンクが最後にセーブされたときのティック。
      •  LightPopulated: 1 または 0 (true/false) - true は、サーバーやクライアントが既に、生成後にこのチャンクのライティング値を計算している場合を指す。
      •  TerrainPopulated: 1 または 存在しない (true / false) - このチャンク内の地形が特別なもの(鉱石、特殊ブロック、木、ダンジョン、花、滝など)で埋められているかどうかを示す。false に設定すると、Minecraft は既に存在するブロックでこれらの地形を再生成する。
      •  V: 現在は常に1として保存されるが、実際にはゲームで読み込まれることはない。 おそらくチャンクのバージョンのタグ。
      •  InhabitedTime: プレイヤーがそのチャンク内にいたティックの累積数。この値は、より多くのプレイヤーがチャンク内にいると、より速く増加する。また、敵対的Mob がエンチャントされた装備を着ている可能性や、ポーションの効果を持つクモがスポーンする可能性、落としたアイテムを拾う能力を持つ Mob がスポーンする可能性、他のゾンビを指揮するゾンビがスポーンする可能性というように、地域難易度に使用される。攻撃されたときに3600000以上の値だと、このチャンクに対しての地域難易度の効果が最大になる。0以下の値では、難易度は最小値に制限される(したがって、負の数に設定されている場合は、正の値に戻されてから0と同じように動作する)。詳細については地域難易度を参照。
      •  Biomes: 存在しない可能性がある。256バイトのバイオームのデータと、チャンク内の各垂直柱ごとに1バイトである。バイオームID についてはデータ値 を参照。もしこのタグが存在しない場合、チャンクがロード・セーブされる際にそれが作成され、適用されることになる。また、配列内の値が-1であった場合も同様にして修正される。
      •  HeightMap: 1024バイト(256 TAG_Int) のハイトマップ。16 × 16。各バイトにはそのXZ座標において太陽光が最も強く当たる面の標高が格納されている。これは太陽光の高速演算に使用される。
      •  Sections: Compound タグのリストで、各タグは一種のサブチャンクである。
        • 個々のセクション。
          •  Y: このセクションの Y インデックス(座標ではない)。範囲は0〜15(下から上)だが、重複していない時も一部のセクションが欠落することがある。
          •  Blocks: 4096バイトのブロックID。地形を定義する。 1ブロックあたり8ビット、および下の Add タグからのビットを加えたものである。
          •  Add: 存在しない可能性がある。2048バイトの追加の、ブロックID のデータである。 The value to add to (combine with) the above block ID to form the true block ID in the range 0 to 4095. 1ブロックあたり4バイト。Combining is done by shifting this value to the left 8 bits and then adding it to the block ID from above.
          •  Data: 2048バイトのブロックデータ。さらに地形の一部を定義する。1ブロックあたり4ビットである。
          •  BlockLight: 2048 bytes recording the amount of block-emitted light in each block. Makes load times faster compared to recomputing at load time. 4 bits per block.
          •  SkyLight: 2048 bytes recording the amount of sunlight or moonlight hitting each block. 4 bits per block.
      •  Entities: Each TAG_Compound in this list defines an entity in the chunk. See Entity Format below. If this list is empty it will be a list of End tags (before 1.10, list of Byte tags).
      •  TileEntities: Each TAG_Compound in this list defines a block entity in the chunk. See Block Entity Format below. If this list is empty it will be a list of End tags (before 1.10, list of Byte tags).
      •  TileTicks: May not exist. Each TAG_Compound in this list is an "active" block in this chunk waiting to be updated. These are used to save the state of redstone machines, falling sand or water, and other activity. See Tile Tick Format below. This tag may not exist.

ブロックのフォーマット

Anvilフォーマットでは, 複雑な用途のために,ブロックの位置はXYZ座標系で表される。

この座標系は次のように定義される。

  • X座標 正方向 東 , 負方向 西
  • Y座標 正方向 上 , 負方向 下
  • Z座標 正方向 南 , 負方向 北

This also happens to yield the most natural scan direction, because all indices in the least significant dimension (i.e. X in this case) appear for each index in the next most significant dimension; so one reads an array ordered YZX as one would a book lying with its top northward, all letters (or X-indices) on a single line (or Z-index) at a time, and all lines on a single page (or Y-index) at a time. For the 2D arrays (i.e. "Biomes" and "HeightMap") the inapplicable Y dimension is simply omitted, as though the book is only one page thick.

Each section in a chunk is a 16x16x16-block area, with up to 16 sections in a chunk. Section 0 is the bottom section of the chunk, and section 15 is the top section of the chunk. To save space, completely empty sections are not saved. Within each section is a byte tag "Y" for the Y index of the section, 0 to 15, and then byte arrays for the blocks. The "Block" byte array has 4096 partial block IDs at 8 bits per block. Another byte array "Add" is used for block with IDs over 255, and is 2048 bytes of the other part of the 4096 block IDs at 4 bits per block. When both the "Block" and "Add" byte arrays exist, the partial ID from the "Add" array is shifted left 8 bits and added to the partial ID from the "Blocks" array to form the true Block ID. The "Data" byte array is also 2048 bytes for 4096 block data values at 4 bits per block. The "BlockLight" and "SkyLight" byte arrays are the same as the "Data" byte array but they are used for block light levels and sky light levels respectively. The "SkyLight" values represent how much sunlight or moonlight can potentially reach the block, independent of the current light level of the sky.

The endianness of the 2048-byte arrays (i.e. "Add," "Data," "BlockLight," & "SkyLight"), which give only 4 bits per block, seems to stand as the one anomalous exception to the otherwise consistent, format-wide standard of big-endian data storage. It also runs counter to the presumably natural human-readable printing direction. If the blocks begin at 0, they are grouped with even numbers preceding odd numbers (i.e. 0 & 1 share a byte, 2 & 3 share the next, etc.); under these designations Minecraft stores even-numbered blocks in the least significant half-byte, and odd-numbered blocks in the most significant half-byte. Thus block[0] is byte[0] at 0x0F, block[1] is byte[0] at 0xF0, block[2] is byte[1] at 0x0F, block[3] is byte[1] at 0xF0, etc. ...

The pseudo-code below shows how to access individual block information from a single section. Hover over text to see additional information or comments.

<abbr title="Function to return the 4-bit nibble in a byte array at the given index"><span style="color:blue">byte</span> Nibble4(<span style="color:blue">byte</span>[] arr, <span style="color:blue">int</span> index)</abbr>{ <span style="color:blue">return</span> <abbr title="If index is even...">index%2 == 0 ?</abbr> <abbr title="...then return the low nibble...">arr[index/2]&0x0F</abbr> <abbr title="...else return the high nibble.">: (arr[index/2]>>4)&0x0F</abbr>; }
<span style="color:blue">int</span> '''<abbr title="The index the block is at in the arrays">BlockPos</abbr>''' = <abbr title="Careful! This is the Y coordinate relative to the section, not the whole chunk!">y</abbr>*<abbr title="Chunk/Section Width">16</abbr>*<abbr title="Section Height">16</abbr> + z*<abbr title="Chunk/Section Width">16</abbr> + x;
<span style="color:blue">byte</span> <abbr title="The first half of the block ID">BlockID_a</abbr> = <abbr title="The Block byte array, 8 bits per block">''Blocks''</abbr>[BlockPos];
<span style="color:blue">byte</span> <abbr title="The second half of the block ID">BlockID_b</abbr> = Nibble4(<abbr title="The Add byte array, 4 bits per block">''Add''</abbr>, BlockPos);
<span style="color:blue">short</span> <abbr title="The actual, real Block ID">'''BlockID'''</abbr> = <abbr title="Combine the separate parts of the block ID">BlockID_a + (BlockID_b << 8)</abbr>;
<span style="color:blue">byte</span> <abbr title="The data value for the block">'''BlockData'''</abbr> = Nibble4(<abbr title="The Data byte array, 4 bits per block">''Data''</abbr>, BlockPos);
<span style="color:blue">byte</span> <abbr title="The block light for the block">'''Blocklight'''</abbr> = Nibble4(<abbr title="The BlockLight byte array, 4 bits per block">''BlockLight''</abbr>, BlockPos);
<span style="color:blue">byte</span> <abbr title="The sky light for the block">'''Skylight'''</abbr> = Nibble4(<abbr title="The SkyLight byte array, 4 bits per block">''SkyLight''</abbr>, BlockPos);

Entity format

Every entity is an unnamed  TAG_Compound contained in the Entities list of a chunk file. The sole exception is the Player entity, stored in level.dat, or in <player>.dat files on servers. All entities share this base:

id Pos Motion Rotation FallDistance Fire Air OnGround Dimension Invulnerable PortalCooldown UUIDMost UUIDLeast UUID CustomName CustomNameVisible Silent Riding CommandStats SuccessCountObjective SuccessCountName AffectedBlocksObjective AffectedBlocksName AffectedEntitiesObjective AffectedEntitiesName AffectedItemsObjective AffectedItemsName QueryResultObjective QueryResultName

  • Entity data
    •  Air: 各ティックでのエンティティが持っている空気の量。呼吸ができない状態(非透過ブロック内で窒息している状態を除く)では毎ティック1ずつ減少する。-20になった時点でまだ呼吸ができない場合、そのエンティティはHealth(体力)を1失い、Airは0にリセットされる。ほとんどのMobのAirの最大値は300であるが、イルカでは4800、ウーパールーパーでは6000になる。
    •  CustomName: エンティティのカスタム名を記録するJSONテキスト。死亡メッセージや村人の交易画面のGUI、、そしてプレイヤーがそのエンティティにカーソルを向けたときにエンティティの上に表示されるボックスなどに表示される。値が空白、あるいは存在しない場合もある。data removeで削除することはできないが、値を空白に設定することで同様の結果を発生できる。
    •  CustomNameVisible: 1(true)か0(false)の値をとる。Trueの場合かつこのエンティティが CustomNameに値を持つ場合、プレイヤーのカーソル位置に関係なく常にエンティティの名前が頭上に表示される。Trueかつエンティティが CustomNameを持たない場合は、デフォルトの名前が表示される。なおこのNBTタグは存在しない場合がある。
      ボート・トロッコおよびその亜種についてはやや仕様が異なり、この値がfalseの場合はターゲットしている間のみ、trueの場合は常に名前が表示される。
    •  FallDistance: 現時点でエンティティが落下している距離。落下していない時点では0であり、落下開始すると開始地点からの落下距離が代入される。この値が大きいと、地面に激突したときのダメージも比例して大きくなる。
    •  Fire: エンティティに点いた火が消えるまでのティック数。負の値はエンティティが火の中で炎上せずに耐えられる時間に影響する。デフォルトは炎上していない時の-20である。
    •  Glowing: 1(true)か0(false)の値をとる。エンティティが発光しているかどうかを示す(Trueで発光)。
    •  HasVisualFire: 1(true)か0(false)の値をとる。Trueの場合、エンティティが実際に炎上しているかどうかに関わらず、炎上しているように描画される。
    •  id: 文字列表現されたエンティティのID。プレイヤーエンティティにはこの要素は存在しない。
    •  Invulnerable: 1(true)か0(false)の値をとる。Trueならばエンティティは一切ダメージを受けない(不死身:Invulnerable)。これは生物エンティティにも非生物エンティティにも適用可能であり、Trueの場合はエンティティは(ポーション効果を含め)一切のダメージを受けないことに加え、釣り竿や攻撃、爆発や投擲物で動かされることもなく、乗り物や額縁などに関しても破壊することができない(額縁は張り付いているもとのブロックが壊れると剥がれる)。さらにプレイヤーは全ての敵対的Mobに無視される。ただし、これがtrueであるMobもクリエイティブモードのプレイヤーからはダメージを受けることには注意が必要である。
    •  Motion: 倍精度浮動小数点数で記述されたXYZ方向の3成分で表現されたプレイヤーの速度(単位はメートル毎ティック)。
    •  NoGravity: 1(true)か0(false)の値をとる。Trueならばエンティティは自然に落下することはない。ゲーム内では溶岩の上にいるストライダーに対してTrueで設定されている。
    •  OnGround: 1(true)か0(false)の値をとる。Trueならばエンティティは地面に接触していると見なされる。
    •  Passengers: このエンティティに騎乗しているエンティティのデータ。なお、自然にスポーンした際には運動の決定は両方が、スポーン条件の決定は一番上のMobが行っている。
      • : 騎乗しているエンティティのデータ。この形式が適用される(再帰)。
        • すべてのエンティティに共通するタグ
        • 騎乗しているエンティティ特有のデータ
    •  PortalCooldown: エンティティがネザーポータルからテレポートする可能性のある時刻までのティック数。カウントはテレポート後から300ティック(15秒)で始まり、0までカウントされる。
    •  Pos: 倍精度浮動小数点数で記述されたXYZ座標で示した現在のエンティティの座標。
    •  Rotation: 2つの浮動小数点数で記述されたエンティティの回転角。
      • 時計回りの方向を正とするY軸周りの回転角(水平角・ヨー角とも)。南が0度で値域は0度~360度。
      • 水平を基準としたエンティティの傾き(鉛直角・ピッチ角とも)。水平が0度で、下に傾く方向が正。値域は-90~+90度。
    •  Silent: 1(true)か0(false)の値をとる。Trueならばエンティティは一切の音を発しない。この要素は存在しない場合がある。
    •  Tags: このエンティティのスコアボードのタグ
    •  TicksFrozen: 凍結開始からの経過ティック数。このタグは全てのエンティティに対して定義されているが、実際に使用されているのはfreeze_immune_entity_typesのタグに属するMobのみである。粉雪の中にいる間1ティック毎に1増加し、最大値は300、粉雪の外にいるときは2づつ減少する。
    •  UUID: エンティティのUUIDである。128bitのUUIDは4つの32bitの整数として、最上位ビットから最下位ビットの順で保存されている。

Mob

Mob Entities
エンティティID 名前
bat コウモリ
blaze ブレイズ
cave_spider 洞窟グモ
chicken ニワトリ
cow ウシ
creeper クリーパー
donkey Donkey
elder_guardian エルダーガーディアン
ender_dragon エンダードラゴン
enderman エンダーマン
endermite エンダーマイト
evocation_illager エヴォーカー
ghast ガスト
giant ジャイアント
guardian ガーディアン
horse ウマ
husk ハスク
llama ラマ
magma_cube マグマキューブ
mooshroom ムーシュルーム
mule Mule
ocelot ヤマネコ
pig ブタ
polar_bear シロクマ
rabbit ウサギ
sheep ヒツジ
shulker シュルカー
silverfish シルバーフィッシュ
skeleton スケルトン
skeleton_horse スケルトンホース
slime スライム
snowman スノウゴーレム
spider クモ
squid イカ
stray ストレイ
vex ヴェックス
villager 村人
villager_golem アイアンゴーレム
vindication_illager ヴィンディケーター
witch ウィッチ
wither ウィザー
wither_skeleton ウィザースケルトン
wolf オオカミ
zombie ゾンビ
zombie_horse ゾンビホース
zombie_pigman ゾンビピッグマン
zombie_villager 村人ゾンビ

Mobs are a subclass of Entity with additional tags to store their health, attacking/damaged state, potion effects, and more depending on the mob. Players are a subclass of Mob.

発射物

Projectile Entities
エンティティID 名前
arrow
dragon_fireball ドラゴンの火の玉
egg
ender_pearl エンダーパール
fireball 火の玉
potion スプラッシュポーション
small_fireball 小さな火の玉
snowball 雪玉
spectral_arrow 光の矢
wither_skull ウィザーの頭蓋骨
experience_bottle 投げられたエンチャントの瓶

Projectiles are a subclass of Entity and have very obscure tags such as X,Y,Z coordinate tags despite Entity Pos tag, inTile despite inGround, and shake despite most projectiles not being arrows. While all projectiles share tags, they are all independently implemented through Throwable and ArrowBase.

Items and XPOrbs

Item Entities
エンティティID 名前
item Dropped Item
xp_orb 経験値オーブ

Items and XPOrbs are a subclass of Entity.

乗り物

Vehicle Entities
エンティティID 名前
boat ボート
Minecart (deprecated) Minecart
Minecart with Chest
Minecart with Furnace
minecart トロッコ
chest_minecart チェスト付きトロッコ
commandblock_minecart コマンドブロック付きトロッコ
furnace_minecart かまど付きトロッコ
hopper_minecart ホッパー付きトロッコ
spawner_minecart スポナー付きトロッコ
tnt_minecart TNT付きトロッコ

Vehicles are subclasses of Entity.

Dynamic tiles

Dynamic Block Entities
エンティティID 名前
falling_block Dynamic Tile
tnt TNT

Dynamic tiles are a subclass of Entity and are used to simulate realistically moving blocks.

その他のエンティティ

Other Entities
エンティティID 名前
area_effect_cloud Area Effect Cloud
armor_stand 防具立て
ender_crystal エンドクリスタル
evocation_fangs Evocation Fangs
eye_of_ender_signal Eye of Ender
fireworks_rocket ロケット花火
item_frame 額縁
leash_knot Lead Knot
llama_spit Llama spit
painting 絵画
shulker_bullet Shulker Bullet
Fishing Rod Bobber

Other entity types that are a subclass of Entity but do not fit into any of the above categories.

ブロックエンティティフォーマット

ブロックエンティティ
ブロックエンティティID 関連するブロック
banner
beacon ビーコン
bed ベッド
brewing_stand 醸造台
cauldron (PE) 大釜
chest チェスト
トラップチェスト
comparator レッドストーンコンパレーター
command_block コマンドブロック
daylight_detector 日照センサー
dispenser ディスペンサー
dropper ドロッパー
enchanting_table エンチャントテーブル
ender_chest エンダーチェスト
end_gateway エンドゲートウェイ (ブロック)
end_portal エンドポータル (ブロック)
flower_pot 植木鉢
furnace かまど
hopper ホッパー
jukebox ジュークボックス
mob_spawner モンスタースポナー
noteblock 音符ブロック
piston Piston Moving
sign 看板
skull Mobの頭
structure_block ストラクチャーブロック

ブロックエンティティはブロックの持つ情報のうちデータ値で表せない情報を表すのに用いられる。「タイルエンティティ」とも呼ばれている。

また、ブロック「エンティティ」とは言うが、エンティティではない。

Tile tick format

Tile Ticks represent block updates that need to happen because they could not happen before the chunk was saved. Examples reasons for tile ticks include redstone circuits needing to continue updating, water and lava that should continue flowing, recently placed sand or gravel that should fall, etc. Tile ticks are not used for purposes such as leaf decay, where the decay information is stored in the leaf block data values and handled by Minecraft when the chunk loads. For map makers, tile ticks can be used to update blocks after a period of time has passed with the chunk loaded into memory.

  • A Tile Tick
    •  i: The ID of the block; used to activate the correct block update procedure.
    •  t: The number of ticks until processing should occur. May be negative when processing is overdue.
    •  p: If multiple tile ticks are scheduled for the same tick, tile ticks with lower p will be processed first. If they also have the same p, the order is unknown.
    •  x: X position
    •  y: Y position
    •  z: Z position

History

Chunks were first introduced in Minecraft Infdev. Before the addition of the MCRegion format in Beta 1.3, chunks were stored as individual chunk files ".dat" where the file names contained the chunk's position encoded in Base36 - this is known as the Alpha level format. MCRegion changed this by storing groups of 32×32 chunks in individual ".mcr" files with the coordinates in Base10, with the goal being to reduce disk usage by cutting down on the number of file handles Minecraft had open at once. MCRegion's successor is the current format, Anvil, which only made changes to the chunk format. The region file technique is still used, but the region file extensions are ".mca" instead.

The major change from MCRegion to Anvil was the division of Chunks into Sections; each chunk has up to 16 individual 16×16×16 block Sections so that completely empty sections will not be saved at all. Preparation has also been made to support blocks with IDs in the range 0 to 4095, as compared to the previous 0 to 255 limitation. However, Minecraft is not fully prepared for such blocks to exist as items; many item IDs are already taken in the range 256 to 4095.

The Blocks, Data, BlockLight, and SkyLight arrays are now housed in individual chunk Sections. The Data, SkyLight, and BlockLight are arrays of 4-bit values, and the BlockLight and SkyLight arrays no longer house part of the block ID. The Blocks array is 8 bits per block, and the 4096-blocks support exists in the form of an optional Add byte array of 4-bits per block for additional block ID information. With the Anvil format, the NBT Format was changed from Notch's original specification to include an integer array tag similar to the existing byte array tag. It is currently only used for HeightMap information in chunks.

Java Edition
?Removed MaxExperience, RemainingExperience, ExperienceRegenTick, ExperienceRegenRate and ExperienceRegenAmount from MobSpawner.
1.4.212w34aAdded entity WitherBoss.
1.513w02aAdded entity MinecartTNT.
Minecart is now deprecated.
13w03aAdded entity MinecartHopper.
13w06aAdded entity MinecartSpawner.
1.6.113w16aAdded entity EntityHorse.
13w21aRemoved ArmorType from EntityHorse.
Removed Saddle from EntityHorse.
1.6.1-preReadded Saddle to EntityHorse.
1.7.213w39aAdded entity MinecartCommandBlock.
1.814w02aAdded Lock to containers.
Item IDs are no longer used when specifying NBT data.
Added Block to FallingSand, using the alphabetical ID format.
14w06aAdded ShowParticles to all mobs.
Added PickupDelay to item entities.
Setting Age to -32768 makes items which never expire.
Removed AttackTime from mobs.
14w10aAdded rewardExp to Villager.
Added OwnerUUID for mobs that can breed.
Added Owner to Skull.
Changes to item frames and paintings: added Facing, TileX, TileY and TileZ now represent the co-ordinates of the block the item is in rather than what it is placed on, deprecated Direction and Dir.
14w11aAdded entity Endermite.
Added EndermiteCount to Enderman.
14w21aCustomName and CustomNameVisible now work for all entities.
14w25aAdded entity Guardian.
Added Text1, Text2, Text3 and Text4 to signs. The limit no longer depends on the amount of characters (16), it now depends on the width of the characters.
14w27aAdded entity Rabbit. Added CommandStats to command blocks and signs.
14w28aRemoved EndermiteCount from Enderman.
14w30aAdded Silent for all entities.
14w32aAdded NoAI for all mobs.
Added entity ArmorStand.
14w32cAdded NoBasePlate to ArmorStand.
1.915w31aAdded tags HandItems, ArmorItems, HandDropChances, and ArmorDropChances to Living, which replace the DropChances and Equipment tags.
Added HandItems and ArmorItems to ArmorStand.
Added Glowing to Entity.
Added Team to LivingBase.
Added DragonPhase to EnderDragon
Added entity Shulker, child of Entity.
Added entity ShulkerBullet, child of Entity.
Added entity DragonFireball, which extends FireballBase and has no unique tags.
Added entities TippedArrow and SpectralArrow, children of Arrow.
Added block EndGateway, child of TileEntity.
Added block Structure, child of TileEntity.
Added item tag Potion, child of tag.
15w32aTags and DataVersion tag can now be applied on entities.
Changed the Fuse tag's type for the PrimedTnt entity from "Byte" to "Short".
15w32cIntroduced a limit on the amount of tags an entity can have (1024 tags). When surpassed it displays an error saying: "Cannot add more than 1024 tags to an entity."
15w33aAdded entity AreaEffectCloud, child of Entity.
Added ExactTeleport and renamed Life to Age for EndGateway.
Added Linger to ThrownPotion.
Removed DataVersion from Entity. It is now only applied to Player only, child of LivingBase.
Removed UUID from Entity.
HealF under LivingBase has become deprecated.
Health under LivingBase has changed from type "Short" to "Float".
Equipment removed from ArmorStand and Living entity, its usage replaced by HandItems and ArmorItems which were added earlier.
15w33cAdded BeamTarget to EnderCrystal.
15w34aAdded powered and conditional byte tags to Control tile entity for command blocks.
Added life and power to FireballBase.
Added id inside SpawnData to MobSpawner.
Added powered to the Music tile entity for note blocks.
15w35aAdded VillagerProfession to Zombie.
15w37aAdded Enabled to MinecartHopper.
15w38aAdded SkeletonTrap and SkeletonTrapTime to EntityHorse.
15w41aReplaced Riding with Passengers for all entities.
Added RootVehicle for all passengers.
Added Type to Boat.
15w42aAdded Fuel to Cauldron (brewing stands).
15w43aAdded LootTable and LootTableSeed to Chest, Minecart and MinecartHopper.
Added DeathLootTable and DeathLootTableSeed to all mobs.
Added life and power to all fireballs (FireballBase).
15w44aAdded ShowBottom to EnderCrystal.
15w44bAdded Potion and CustomPotionEffects to Arrow.
Added Potion to AreaEffectCloud.
15w45aRemoved Linger from ThrownPotion. Instead, the potion will linger if the stored item has an ID of minecraft:lingering_potion.
ThrownPotion will now render as its stored item even if the item is not a potion.
15w46aMoreCarrotTicks from Rabbit is now set to 40 when rabbits eat a carrot crop, but is not used anyway.
15w47aAdded PaymentItem to Beacon.
15w49aRemoved PaymentItem from Beacon.
In order for a sign to accept text, all 4 tags ("Text1", "Text2", "Text3", and "Text4") must exist.
15w51bThe original values of DisabledSlots in ArmorStand have changed in nature.
1.1016w20aAdded entity PolarBear.
Added ZombieType to Zombie, replacing VillagerProfession and IsVillager. Value of 6 indicates the "husk" zombie.
A value of 2 on SkeletonType indicates the "stray" skeleton.
NoGravity extended to all entities.
Added powered, showboundingbox and showair to Structure.
16w21aAdded FallFlying to mobs and armor stands.
Added integrity and seed to Structure.
1.10-pre1Added ParticleParam1 and ParticleParam2 to AreaEffectCloud.
1.1116w32aHorse was split into entity IDs horse, donkey, mule, skeleton_horse and zombie_horse for their respective types. Type and HasReproduced removed from horse, ChestedHorse and Items tags now apply only to mule and donkey, and SkeletonTrap and SkeletonTrapTime tags now apply only to skeleton_horse.
Skeleton was split into entity IDs skeleton, stray and wither_skeleton. SkeletonType tag is removed from all skeleton types.
Zombie was split into entity IDs zombie, zombie_villager and husk. ZombieType tag is removed from all zombie types, ConversionTime and Profession tags now apply only to zombie_villager.
Guardian was split into entity IDs guardian and elder_guardian. Elder tag is removed from guardian.
Unused savegame IDs Mob and Monster were removed.
Pumpkin byte tag is added to snowman.
16w35aAdded CustomName to banner.
16w39aAdded llama, llama_spit, vindication_illager, vex, evocation_fangs and evocation_illager.
Added Color to shulker.
Added LocName, CustomPotionColor and ColorMap to items.
16w40aAdded Johnny to vindication_illager.
Removed xTile, yTile, zTile, inTile, inGround from the FireballBase class (in large fireballs, small fireballs, dragon fireballs, and wither skulls).
16w41allama_spit is now available as a save game entity.
16w42aAdded crit to arrow.
16w43aAdded OwnerUUIDLeast and OwnerUUIDMost to evocation_fangs.
16w44aRemoved xTile, yTile, zTile, inTile, inGround from the fishing bobber entity.
1.11-pre1Changed ench to require at least one compound.