mirror of
https://github.com/JonasunderscoreJones/ItemCollisionSound.git
synced 2025-10-22 11:59:18 +02:00
Play a sound when a dropped item collides with blocks!
.github/workflows | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
ItemCollisionSound
A Simple Mod that plays a sound every time an item collides with a block.
Known Issues
- Only Detects Collisions with Solid Blocks. (Only Full blocks, no slabs, stairs, fences, etc.)
- When drop on the edge of a block it doesn't play a sound since the Block underneath the center of the Item Entity is Air.
I may or may not fix these. This mod is mainly an experiment.