mojira.dev
MC-260045

Player-placed Suspicious Sand doesn't drop anything when brushed

I've tried to brush with suspicous sand several times both in creative and survival and it doesn't drop anything.

Linked issues

Comments 3

This is likely due to suspicious sand requiring a loot table assigned to it to drop. Any user placed suspicious sand has no loot table.

Suspicious sand has an "inventory" that contains a single item that will drop when you brush it. To change the item inside, use the following command:

/data modify block x y z item.id set value "minecraft:cookie"

This will change the item in the suspicious sand at (x, y, z) to a cookie (or whatever item you want). You can see that this worked by the item slowly emerging from the sand as you brush it.

Suspicious sand from the creative inventory just has no item inside. You can also put the suspicious sand loot table using /data modify block xyz loot_table set value "minecraft:archaeology/desert_pyramid" (or desert_well instead of desert_pyramid).

Ahh good to know! I wonder if future snapshots/updates will have a more intuitive way of placing an item in the sus sand in creative?

Bradley

(Unassigned)

Confirmed

Expansion A

Block states, Loot tables

23w07a

Retrieved