mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 18:07:43 +01:00
Fix ender dragon always drop egg block option
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 31a6fc0ab24d9bf15a8fb32cf890d85e67e5e960 Mon Sep 17 00:00:00 2001
|
||||
From b9d0c3d5fcad5d6eb857309e3083751df28c32f7 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Sat, 31 Aug 2019 17:24:41 -0500
|
||||
Subject: [PATCH] Add killer rabbit natural spawn chance
|
||||
@@ -22,10 +22,10 @@ index d48610df3..498c453d7 100644
|
||||
int i = this.random.nextInt(100);
|
||||
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index 46c31ad1c..d03b96bcc 100644
|
||||
index bc8ad4a7c..1a1cee00d 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -247,6 +247,11 @@ public class PurpurConfig {
|
||||
@@ -249,6 +249,11 @@ public class PurpurConfig {
|
||||
disablePillagerPatrols = getBoolean("settings.mobs.pillager.disable-patrols", disablePillagerPatrols);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user