Minecraft Wiki
Advertisement
  • Dynamic block entity data
    • すべてのエンティティに共通するタグ
    •  Tile (deprecated): The Block ID. Not limited to only sand, gravel, concrete powder,‌[1.12で追加予定] dragon eggs, or anvils. Although deprecated, this value is always present.
    •  TileID: The Block ID, as above, but now supporting the 1-4095 range. Only prior to 1.8.
    •  Block: The Block ID using the alphabetical ID format: minecraft:stone. Only in and after 1.8.
    •  TileEntityData: Optional. The tags of the block entity for this block.
    •  Data: The data value for the block.
    •  Time: The number of ticks the entity has existed. If set to 0, the moment it ticks to 1, it will vanish if the block at its location has a different ID than the entity's TileID. If the block at its location has the same ID as its TileID when Time ticks from 0 to 1, the block will instead be deleted, and the entity will continue to fall, having overwritten it. When Time goes above 600, or above 100 while the block is below Y=0, the entity is deleted.
    •  DropItem: 1 or 0 (true/false) - true if the block should drop as an item when it breaks. Any block that doesn't have an item form with the same ID as the block won't drop even if this is set.
    •  HurtEntities: 1 or 0 (true/false) - true if the block should hurt entities it falls on.
    •  FallHurtMax: The maximum number of hitpoints of damage to inflict on entities that intersect this falling_block. For vanilla falling_block, always 40♥ × 20.
    •  FallHurtAmount: Multiplied by the FallDistance to calculate the amount of damage to inflict. For vanilla falling_block, always 2.
Advertisement