Implement metrics

This commit is contained in:
William Blake Galbreath
2019-07-11 21:43:54 -05:00
parent 8fec9216db
commit 02e31ae620
17 changed files with 720 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
From 7d7ad4d46769d70175c9b069b31524b787683cf0 Mon Sep 17 00:00:00 2001
From e769430304cb6645c09200ebfa17f11c8e94d0e7 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <blake.galbreath@gmail.com>
Date: Sun, 12 May 2019 00:43:12 -0500
Subject: [PATCH] Make giants naturally spawn and have AI
@@ -102,10 +102,10 @@ index b7e2022b1..e69e7a456 100644
}
}
diff --git a/src/main/java/net/pl3x/purpur/PurpurConfig.java b/src/main/java/net/pl3x/purpur/PurpurConfig.java
index 1fe54bb16..162ab011e 100644
index 8bf8384a2..bb91a4a67 100644
--- a/src/main/java/net/pl3x/purpur/PurpurConfig.java
+++ b/src/main/java/net/pl3x/purpur/PurpurConfig.java
@@ -135,6 +135,13 @@ public class PurpurConfig {
@@ -141,6 +141,13 @@ public class PurpurConfig {
feedMushroomsToCows = getInt("settings.mobs.cow.feed-mushrooms-for-mooshroom", feedMushroomsToCows);
}