Add config options for ridable mobs

This commit is contained in:
William Blake Galbreath
2019-05-30 20:03:32 -05:00
parent 9b92a657d9
commit 40457968fb
6 changed files with 1138 additions and 124 deletions

View File

@@ -1,4 +1,4 @@
From f9785380f7c40f676ef7415b84a70c4bcb546f04 Mon Sep 17 00:00:00 2001
From ed7f134dcbacd4a25abb40f60c373b632d95d183 Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <blake.galbreath@gmail.com>
Date: Fri, 10 May 2019 14:34:35 -0500
Subject: [PATCH] Remove useless cooldown in Villagers
@@ -8,10 +8,10 @@ Subject: [PATCH] Remove useless cooldown in Villagers
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/main/java/net/minecraft/server/EntityVillager.java b/src/main/java/net/minecraft/server/EntityVillager.java
index f2b46d4e3..72701ef4a 100644
index 6e6f9180c..9d94c1a82 100644
--- a/src/main/java/net/minecraft/server/EntityVillager.java
+++ b/src/main/java/net/minecraft/server/EntityVillager.java
@@ -186,10 +186,11 @@ public class EntityVillager extends EntityVillagerAbstract implements Reputation
@@ -187,10 +187,11 @@ public class EntityVillager extends EntityVillagerAbstract implements Reputation
@Override
public void tick() {
super.tick();
@@ -27,7 +27,7 @@ index f2b46d4e3..72701ef4a 100644
}
@Override
@@ -231,7 +232,7 @@ public class EntityVillager extends EntityVillagerAbstract implements Reputation
@@ -232,7 +233,7 @@ public class EntityVillager extends EntityVillagerAbstract implements Reputation
}
private void er() {