Using the command
/fill ~10 ~-10 ~10 ~-10 ~ ~-10 air 0 destroy stone
destroys all blocks, not just stone.
the Minecraft Wiki article on it says you can only change all of one type of block with replace.
A possible workaround could be to use /stat to make a command blocks:
/fill ~10 ~-10 ~10 ~-10 ~ ~-10 air 0 replace stone
affected blocks stat save to a scoreboard value then summon that many stone items.
See http://minecraft.gamepedia.com/Fill#fill
Reporter: user-2a4c8
Assignee: (Unassigned)
Created: 2015-12-04T00:55:57Z
Updated: 2025-05-05T21:39:58Z
Resolved: 2015-12-04T06:53:25Z
ADO:
Confirmation Status: Unconfirmed
Area:
Mojang Priority:
Category:
Labels:
Affects Versions: Minecraft 15w49b
Fix Versions:
Retrieved 2025-06-10T23:35:23Z
the Minecraft Wiki article on it says you can only change all of one type of block with replace.
A possible workaround could be to use /stat to make a command blocks:
affected blocks stat save to a scoreboard value then summon that many stone items.