From 305df9035faeda09b14f923dc44bdd550d9c9000 Mon Sep 17 00:00:00 2001 From: Parker Hawke Date: Tue, 7 Nov 2017 07:38:58 -0500 Subject: Implement max fuse tick & explosion radius methods to Creeper --- nms-patches/EntityCreeper.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nms-patches') diff --git a/nms-patches/EntityCreeper.patch b/nms-patches/EntityCreeper.patch index 5721057f..580aeb91 100644 --- a/nms-patches/EntityCreeper.patch +++ b/nms-patches/EntityCreeper.patch @@ -11,6 +11,17 @@ public class EntityCreeper extends EntityMonster { +@@ -11,8 +15,8 @@ + private static final DataWatcherObject c = DataWatcher.a(EntityCreeper.class, DataWatcherRegistry.h); + private int bx; + private int fuseTicks; +- private int maxFuseTicks = 30; +- private int explosionRadius = 3; ++ public int maxFuseTicks = 30; // PAIL private -> public ++ public int explosionRadius = 3; // PAIL private -> public + private int bB; + + public EntityCreeper(World world) { @@ -125,7 +129,7 @@ } -- cgit v1.2.3