Play a sound when a dropped item collides with blocks!
Find a file
2024-03-16 18:48:17 +01:00
.github/workflows Initial Mod 2024-03-16 18:14:45 +01:00
gradle/wrapper Initial Mod 2024-03-16 18:14:45 +01:00
src/main Fixed client mixins missing 2024-03-16 18:48:17 +01:00
.gitignore Initial Mod 2024-03-16 18:14:45 +01:00
build.gradle Initial Mod 2024-03-16 18:14:45 +01:00
gradle.properties Initial Mod 2024-03-16 18:14:45 +01:00
gradlew Initial Mod 2024-03-16 18:14:45 +01:00
gradlew.bat Initial Mod 2024-03-16 18:14:45 +01:00
LICENSE Initial Mod 2024-03-16 18:14:45 +01:00
README.md Fixed README 2024-03-16 18:28:34 +01:00
settings.gradle Initial Mod 2024-03-16 18:14:45 +01:00

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.