mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 09:26:08 +03:00
12 lines
441 B
Diff
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;
|