diff --git a/core/pom.xml b/core/pom.xml index 6ce0d12a..0f029bad 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -172,4 +172,4 @@ - \ No newline at end of file + diff --git a/core/src/main/java/de/pxav/kelp/core/sound/KelpSound.java b/core/src/main/java/de/pxav/kelp/core/sound/KelpSound.java index db801123..86a52523 100644 --- a/core/src/main/java/de/pxav/kelp/core/sound/KelpSound.java +++ b/core/src/main/java/de/pxav/kelp/core/sound/KelpSound.java @@ -14,9 +14,8 @@ public enum KelpSound { LEVEL_UP(KelpVersion.MC_1_8_0), - ITEM_BREAK(KelpVersion.MC_1_8_0) - - ; + ITEM_BREAK(KelpVersion.MC_1_8_0), + ORB_PICKUP(KelpVersion.MC_1_8_0); private KelpVersion since; diff --git a/kelp-sql/pom.xml b/kelp-sql/pom.xml index a6d092be..93665efb 100644 --- a/kelp-sql/pom.xml +++ b/kelp-sql/pom.xml @@ -69,4 +69,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 09f11c78..a2761896 100644 --- a/pom.xml +++ b/pom.xml @@ -244,4 +244,4 @@ - \ No newline at end of file + diff --git a/v1_8_implementation/src/main/java/de/pxav/kelp/implementation1_8/sound/VersionedSound.java b/v1_8_implementation/src/main/java/de/pxav/kelp/implementation1_8/sound/VersionedSound.java index 9c47c802..233edaff 100644 --- a/v1_8_implementation/src/main/java/de/pxav/kelp/implementation1_8/sound/VersionedSound.java +++ b/v1_8_implementation/src/main/java/de/pxav/kelp/implementation1_8/sound/VersionedSound.java @@ -28,7 +28,8 @@ public void defineDefaults() { soundRepository.addSound(KelpSound.LEVEL_UP, Sound.LEVEL_UP.toString()); soundRepository.addSound(KelpSound.ITEM_BREAK, Sound.ITEM_BREAK.toString()); - + soundRepository.addSound(KelpSound.ORB_PICKUP, Sound.ORB_PICKUP.toString()); + long elapsed = System.currentTimeMillis() - started; System.out.println("[VERSION-1.8] Successfully defined sound names (took " + elapsed + "ms)"); } diff --git a/v_1_14_implementation/pom.xml b/v_1_14_implementation/pom.xml index c322bdb7..23d436c4 100644 --- a/v_1_14_implementation/pom.xml +++ b/v_1_14_implementation/pom.xml @@ -105,4 +105,4 @@ - \ No newline at end of file +