Ender Dragon always drops full exp

This commit is contained in:
William Blake Galbreath
2019-08-24 15:07:35 -05:00
parent 90bc8df7a1
commit ddccf60703
14 changed files with 122 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
From db58cdb29dadd76ea00bbc89d7af6236ac985874 Mon Sep 17 00:00:00 2001
From bc945b320b5dd3c71df603969f0ed00c8e81e581 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <blake.galbreath@gmail.com>
Date: Fri, 5 Jul 2019 11:09:25 -0500
Subject: [PATCH] Make illusioners naturally spawn
@@ -54,10 +54,10 @@ index 694075cb1..966ef81c6 100644
// Purpur end
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
index 412a120e2..76556e7ea 100644
index 24c0e86eb..9b96ee52c 100644
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
@@ -158,6 +158,11 @@ public class PurpurConfig {
@@ -177,6 +177,11 @@ public class PurpurConfig {
giantsHaveAI = getBoolean("settings.mobs.giant.have-ai", giantsHaveAI);
}