#How to make an item drop by hand (1.20.1)

5 messages · Page 1 of 1 (latest)

drifting niche
#

I created mods for 1.16.5, now I switched to 1.20.1, and my blocks are not dropping by hand. I know about tags with tools, but I just want bare hands.

#

Basically mining with your hand*
Like breaking oak log it will drop an oak log on the ground.

carmine mason
#

simply don't add .requiresTool() to your FabricBlockSettings builder

drifting niche
carmine mason
#

did you make a loot table for it?