Go Back
Inherits all from: Entity

Entity > FallingSand

Tag Name Tag Type Type Enforced Example Notes
Block String /summon FallingSand ~ ~1 ~ {Block:"minecraft:stone"} -
TileID Integer - /summon FallingSand ~ ~1 ~ {TileID:1} Use "Block" instead.
Tile Byte - /summon FallingSand ~ ~1 ~ {Tile:0} Use "Block" instead.
Data Byte - /summon FallingSand ~ ~1 ~ {Data:15}
/testfor @e {Data:15b}
Requires "Block".
Time Byte - /summon FallingSand ~ ~1 ~ {Time:1}
/testfor @e {Time:1b}
Refer to the Minecraft Wiki entry for special cases.
HurtEntities Byte (Boolean) - /summon FallingSand ~ ~1 ~ {HurtEntities:1}
/testfor @e {HurtEntities:1b}
-
FallHurtAmount Float - /summon FallingSand ~ ~1 ~ {FallHurtAmount:5}
/testfor @e {Time:5.0f}
-
FallHurtMax Integer - /summon FallingSand ~ ~1 ~ {FallHurtMax:10}
/testfor @e {FallHurtMax:10}
-
DropItem Byte (Boolean) - /summon FallingSand ~ ~1 ~ {DropItem:1}
/testfor @e {DropItem:1b}
-
TileEntityData Compound /summon FallingSand ~ ~1 ~ {TileEntityData:{}} Used only if the block defined in "Block" is a tile entity. See Block Format.