Customizable spawner name and lore

This commit is contained in:
William Blake Galbreath
2020-08-23 20:41:27 -05:00
parent 6ee7cbceeb
commit 7ae2890175
49 changed files with 163 additions and 122 deletions

View File

@@ -17,10 +17,10 @@ index b5191eb0b..cde5c46fe 100644
}
diff --git a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
index 8f9f1a263..1f86580cf 100644
index 3c44d7e13..d834f6be8 100644
--- a/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurWorldConfig.java
@@ -336,6 +336,11 @@ public class PurpurWorldConfig {
@@ -343,6 +343,11 @@ public class PurpurWorldConfig {
creeperChargedChance = getDouble("mobs.creeper.naturally-charged-chance", creeperChargedChance);
}