#797: The copy constructor of CraftMetaTropicalFishBucket did not copy its entityTag field
This commit is contained in:
parent
ed4d4cd651
commit
c631fe5579
@ -30,6 +30,7 @@ class CraftMetaTropicalFishBucket extends CraftMetaItem implements TropicalFishB
|
||||
|
||||
CraftMetaTropicalFishBucket bucket = (CraftMetaTropicalFishBucket) meta;
|
||||
this.variant = bucket.variant;
|
||||
this.entityTag = bucket.entityTag;
|
||||
}
|
||||
|
||||
CraftMetaTropicalFishBucket(NBTTagCompound tag) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user