Allow giants to spawn with armor and weapons

This commit is contained in:
William Blake Galbreath
2019-09-01 13:38:52 -05:00
parent 2cb25ce286
commit 1840cf270d
2 changed files with 52 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
From 55a3b704cb50d08070977ad3a5b6816979a1a571 Mon Sep 17 00:00:00 2001
From eab0c36c7c34e5229de7f94217c5547b8355fe30 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <blake.galbreath@gmail.com>
Date: Sun, 25 Aug 2019 00:09:52 -0500
Subject: [PATCH] Dispenser curse of binding protection
@@ -10,10 +10,10 @@ Subject: [PATCH] Dispenser curse of binding protection
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/src/main/java/net/minecraft/server/EntityInsentient.java b/src/main/java/net/minecraft/server/EntityInsentient.java
index 47090db89..806dabbbc 100644
index 2a74c3d18..610bf5458 100644
--- a/src/main/java/net/minecraft/server/EntityInsentient.java
+++ b/src/main/java/net/minecraft/server/EntityInsentient.java
@@ -895,9 +895,15 @@ public abstract class EntityInsentient extends EntityLiving {
@@ -896,9 +896,15 @@ public abstract class EntityInsentient extends EntityLiving {
}
@@ -52,7 +52,7 @@ index dec03e4ae..ce77b7e33 100644
return this.b;
}
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
index 2ecf5f9eb..6958866a4 100644
index 8915bc9ea..3ff5dc4a3 100644
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
@@ -107,6 +107,11 @@ public class PurpurWorldConfig {