#797: The copy constructor of CraftMetaTropicalFishBucket did not copy its entityTag field
By: blablubbabc <lukas@wirsindwir.de>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user