Allow plugins to replace texture if already set on skulls

This commit is contained in:
Shane Freeder
2018-06-09 12:09:21 +01:00
parent d72d79efee
commit 463d2a2bc0
8 changed files with 20 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ If any part of a Vehicle/Passenger relationship is visible to a player,
send all passenger/vehicles to the player in the chain.
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index 06857c483..ef096ef65 100644
index 36c9bd418..65cee8cf0 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -0,0 +0,0 @@ public abstract class Entity implements ICommandListener {