Summoning falling grass in an area
//ads -- adsterra.com -- native banner
?>
I've recently made some "sculpture" in Minecraft. To make it look more natural, I've decided to cover it with grass. For this I intend to summon falling grass blocks with /summon FallingSand ~ ~ ~ {TileID:2,Time:1}.
The problem is that the /summon command only works at one coordinate; I want to summon these at each block in an area. Is this possible?
Best Answer
You could fill an area really high up, and then quickly set all fallingsand to grass
/fill ~ ~220 ~ ~25 ~220 ~25 minecraft:sand
/entitydata @e[type=FallingSand] {TileID:2}
This way you have no risk of changing parts of your sculpture if they're made out of sand.
Pictures about "Summoning falling grass in an area"



How do you spawn a falling block?
If cheats are enabled, falling block entities can be spawned using the command /summon . By tweaking the BlockState NBT tag, it is possible to summon a falling block entity that normally does not fall as a block, such as dirt or stone, although it has the same behavior as a naturally spawned falling block.How do you summon falling sand in Minecraft PE?
RelatedHow do you make falling sand not Despawn?
Pour a bucket of water down. It will knock the tall grass/flowers/etc off the block.How to make any block fall like sand!
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Brett Sayles, Brett Sayles, Brett Sayles, Erik Mclean
