1
0
Fork 0

fix bank loader (DMX), add new press sound

This commit is contained in:
Sen 2025-09-03 11:56:19 +02:00
parent ceda16246c
commit 9683b18337
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
5 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
package common.init;
public enum SoundEvent {
PRESS("press"),
CLOTH("cloth1", "cloth2", "cloth3", "cloth4"),
GRASS("grass1", "grass2", "grass3", "grass4"),
GRAVEL("gravel1", "gravel2", "gravel3", "gravel4"),