Skip to content

Commit

Permalink
pitch
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Jan 12, 2025
1 parent b202542 commit d50ed64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ hi
- Biome tags relating to entity variants are now placed in the `entity/variant` path, being in the `spawn` path prior.
- Cleaned up code related to Termite handling.
- Termite eating behaviors are now entirely data-generated, offering a simple way to achieve mod compatibility.
- Slightly decreased the pitch of Magma block sounds.

# Moobloom Branch
- Added Mooblooms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public final class WWSoundTypes {
WWSounds.BLOCK_GEYSER_HIT,
WWSounds.BLOCK_GEYSER_FALL
);
public static final SoundType MAGMA = new SoundType(1F, 1F,
public static final SoundType MAGMA = new SoundType(1F, 0.9F,
WWSounds.BLOCK_MAGMA_BREAK,
WWSounds.BLOCK_MAGMA_STEP,
WWSounds.BLOCK_MAGMA_PLACE,
Expand Down

0 comments on commit d50ed64

Please sign in to comment.