Skip to content

Commit f2b3533

Browse files
committed
Icon fix + dash fix
1 parent ab78318 commit f2b3533

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/cheese/burger/brewery/mixin/PlayerEntityMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ void setFireTicks(int ticks, CallbackInfo info) {
120120
}
121121
if(!jumping||!grounded||!crouched) return;
122122
Vec3d lookVec = getRotationVector();
123-
double dashStrength = 1.25;
123+
double dashStrength = 1.2;
124124
player.setVelocity(lookVec.x * dashStrength, 0.4, lookVec.z * dashStrength);
125125
player.getDataTracker().set(ModTrackedData.GOAT_DASH_COOLDOWN, ModTrackedData.GOAT_DASH_COOLDOWN_MAX);
126126
world.playSound(null, player.getBlockPos(), ModSounds.GOAT_JUMP, SoundCategory.PLAYERS, 1, 1);
64.3 KB
Loading

0 commit comments

Comments
 (0)