Skip to content

Commit

Permalink
fixed hopefully lol
Browse files Browse the repository at this point in the history
  • Loading branch information
mizuri-n committed Mar 23, 2024
1 parent 0761f27 commit 512268a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ org.gradle.jvmargs=-Xmx2G
bta_version=7.1-pre2a

# Loader
loader_version=0.14.19-babric.3-bta
loader_version=0.15.6-babric.4-bta

# HalpLibe
halplibe_version=3.4.15
halplibe_version=3.4.16

# Mod
mod_version=1.0.0
mod_version=1.0.1
mod_group=Mizuri-n
mod_name=Better with Defense
2 changes: 1 addition & 1 deletion src/main/java/turniplabs/shieldmod/mixins/ShieldMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void injectHurt(Entity attacker, int damage, DamageType type, CallbackInf
attacker.push(0,1,0);
}
super.hurt(attacker, newDamage, type);
world.playSoundAtEntity(
world.playSoundAtEntity(attacker,
attacker, ("mob.ghast.fireball"),
1.0F,
9.0F + world.rand.nextFloat()
Expand Down

0 comments on commit 512268a

Please sign in to comment.