Files
CatServer/patches/net/minecraft/tileentity/TileEntitySkull.java.patch
2018-07-14 22:25:03 +08:00

12 lines
441 B
Diff

--- ../src-base/minecraft/net/minecraft/tileentity/TileEntitySkull.java
+++ ../src-work/minecraft/net/minecraft/tileentity/TileEntitySkull.java
@@ -22,7 +22,7 @@
public class TileEntitySkull extends TileEntity implements ITickable
{
private int skullType;
- private int skullRotation;
+ public int skullRotation;
private GameProfile playerProfile;
private int dragonAnimatedTicks;
private boolean dragonAnimated;