aboutsummaryrefslogtreecommitdiffhomepage
path: root/patch-remap/og/net/minecraft/world/entity/projectile/WindCharge.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patch-remap/og/net/minecraft/world/entity/projectile/WindCharge.patch')
-rw-r--r--patch-remap/og/net/minecraft/world/entity/projectile/WindCharge.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patch-remap/og/net/minecraft/world/entity/projectile/WindCharge.patch b/patch-remap/og/net/minecraft/world/entity/projectile/WindCharge.patch
new file mode 100644
index 0000000000..036fa3fec3
--- /dev/null
+++ b/patch-remap/og/net/minecraft/world/entity/projectile/WindCharge.patch
@@ -0,0 +1,11 @@
+--- a/net/minecraft/world/entity/projectile/WindCharge.java
++++ b/net/minecraft/world/entity/projectile/WindCharge.java
+@@ -81,7 +81,7 @@
+ }
+ }
+
+- private void explode() {
++ public void explode() { // PAIL private -> public
+ this.level().explode(this, (DamageSource) null, WindCharge.EXPLOSION_DAMAGE_CALCULATOR, this.getX(), this.getY(), this.getZ(), (float) (3.0D + this.random.nextDouble()), false, World.a.BLOW, Particles.GUST, Particles.GUST_EMITTER, SoundEffects.WIND_BURST);
+ }
+