mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 02:47:43 +01:00
Implement metrics
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From de0894c8d4724da12f1af6da50757e75a815487f Mon Sep 17 00:00:00 2001
|
||||
From 6a6aa821f7e6fb1d2ae2b46ca3ce0c64dce1f489 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
|
||||
@@ -38,10 +38,10 @@ index 3f7f7a2de..38284a62b 100644
|
||||
|
||||
private static void addSpawn(String biome, EnumCreatureType ct, EntityTypes et, int weight, int min_group, int max_group) {
|
||||
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
|
||||
index a6f90105f..b4f8cca53 100644
|
||||
index f7c63ef91..bbec3faaa 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 {
|
||||
@@ -164,6 +164,11 @@ public class PurpurConfig {
|
||||
giantsHaveAI = getBoolean("settings.mobs.giant.have-ai", giantsHaveAI);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user