Update Tuinity patches

This commit is contained in:
William Blake Galbreath
2020-03-21 20:09:52 -05:00
parent 2cc226151b
commit 66aa60f536
12 changed files with 492 additions and 367 deletions

View File

@@ -1,4 +1,4 @@
From 59914b40255eb58be586d1ca14b2c520cf789886 Mon Sep 17 00:00:00 2001
From 3dbb1399beea2403ac2557977c1a4b422cb1f79f Mon Sep 17 00:00:00 2001
From: William Blake Galbreath <blake.galbreath@gmail.com>
Date: Sun, 21 Jul 2019 18:06:20 -0500
Subject: [PATCH] Ladders should not bypass cramming gamerule
@@ -17,10 +17,10 @@ Subject: [PATCH] Ladders should not bypass cramming gamerule
10 files changed, 25 insertions(+), 9 deletions(-)
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index f2fdec4f1f..574c9b8e36 100644
index d54bd814c8..00a8df8a7f 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -1611,6 +1611,12 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
@@ -1631,6 +1631,12 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
}
public boolean isCollidable() {