mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-30 20:03:51 -07:00
@@ -57,7 +57,7 @@
|
||||
this.world.a((EntityHuman) null, this.position, soundeffect, SoundCategory.BLOCKS, 1.0F, 1.0F);
|
||||
}
|
||||
|
||||
- private void D() {
|
||||
- private void applyEffects() {
|
||||
- if (this.i && this.levels > 0 && !this.world.isClientSide && this.primaryEffect != null) {
|
||||
- double d0 = (double) (this.levels * 10 + 10);
|
||||
+ // CraftBukkit start - split into components
|
||||
@@ -123,7 +123,7 @@
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+ private void D() {
|
||||
+ private void applyEffects() {
|
||||
+ if (this.i && this.levels > 0 && !this.world.isClientSide && this.primaryEffect != null) {
|
||||
+ byte b0 = getAmplification();
|
||||
+
|
||||
|
Reference in New Issue
Block a user