mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 01:47:42 +01:00
Fix ender dragon always drop egg block option
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 2d0870d724ac31c6cee1b48429f036a548d40fcb Mon Sep 17 00:00:00 2001
|
||||
From abe8c126fd25b489ae78b0f4bbc864cf33763d7a Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Sat, 31 Aug 2019 17:47:11 -0500
|
||||
Subject: [PATCH] Add option to spawn Toast
|
||||
@@ -30,10 +30,10 @@ index 498c453d7..41d8d1ccb 100644
|
||||
BiomeBase biomebase = generatoraccess.getBiome(new BlockPosition(this));
|
||||
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 d03b96bcc..644ad14b3 100644
|
||||
index 1a1cee00d..0481db6f1 100644
|
||||
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
@@ -248,8 +248,10 @@ public class PurpurConfig {
|
||||
@@ -250,8 +250,10 @@ public class PurpurConfig {
|
||||
}
|
||||
|
||||
public static double killerRabbitChance = 0.0D;
|
||||
|
||||
Reference in New Issue
Block a user