`disk` event is only fired if item provides a mount
SquidDev opened this issue ยท 0 comments
Minecraft Version
1.20.x
Version
1.109.3
Details
Currently the disk
event is only fired on disk drives when inserting an item with a mount (such as a floppy disk or computer). However, this event should be fired for all items (including record discs, and non-media items such as dirt).
The disk_eject
event is correctly fired when the item is removed, even if it does not contribute a mount or has any media.