Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4712b3fb5 | ||
|
|
003e6eea95 |
|
|
@ -70,6 +70,9 @@ public class ItemEntity extends Item
|
|||
|
||||
NBTTagCompound entityData = new NBTTagCompound();
|
||||
entityData = entity.writeToNBT(entityData);
|
||||
|
||||
if (entityData == null)
|
||||
return false;
|
||||
|
||||
String name = EntityList.getKey(entity).toString();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user