Skip to content

Commit 7ec9a87

Browse files
committed
feat(minecraft): update to 25w19a
Small breaking change within the snapshot series for sound type See: https://minecraft.wiki/w/Java_Edition_25w19a
1 parent 3762c5e commit 7ec9a87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/spongepowered/api/effect/sound/SoundTypes.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ public final class SoundTypes {
592592

593593
public static final DefaultedRegistryReference<SoundType> BLOCK_DRIED_GHAST_FALL = SoundTypes.key(ResourceKey.minecraft("block.dried_ghast.fall"));
594594

595-
public static final DefaultedRegistryReference<SoundType> BLOCK_DRIED_GHAST_HIT = SoundTypes.key(ResourceKey.minecraft("block.dried_ghast.hit"));
596-
597595
public static final DefaultedRegistryReference<SoundType> BLOCK_DRIED_GHAST_PLACE = SoundTypes.key(ResourceKey.minecraft("block.dried_ghast.place"));
598596

599597
public static final DefaultedRegistryReference<SoundType> BLOCK_DRIED_GHAST_PLACE_IN_WATER = SoundTypes.key(ResourceKey.minecraft("block.dried_ghast.place_in_water"));

0 commit comments

Comments
 (0)