Fix ender dragon always drop egg block option

This commit is contained in:
William Blake Galbreath
2019-10-03 23:24:06 -05:00
parent bd4f9486b5
commit 5e3bb9c6e9
15 changed files with 56 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
From 65ea07c1250e22f8935b0f474126d0bf3e7d765c Mon Sep 17 00:00:00 2001
From 701e2a2dc2cb3606020f4cf416c6858b52872efd 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 749dce0b4..d44b7b173 100644
index f9623c7c7..aa68cc366 100644
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
@@ -169,6 +169,11 @@ public class PurpurConfig {
@@ -171,6 +171,11 @@ public class PurpurConfig {
giantsHaveAI = getBoolean("settings.mobs.giant.have-ai", giantsHaveAI);
}