moved built in command namespace, fixed EntityItem

This commit is contained in:
Tahg
2011-01-17 14:35:42 -05:00
parent c862626c02
commit ca9d523646
2 changed files with 19 additions and 19 deletions

View File

@@ -171,7 +171,7 @@ public class EntityItem extends Entity {
}
public void a(NBTTagCompound nbttagcompound) {
nbttagcompound.a("Health", (byte) f);
nbttagcompound.a("Health", (short) f);
nbttagcompound.a("Age", (short) b);
nbttagcompound.a("Item", a.a(new NBTTagCompound()));
}