Merge pull request #1417 from thatsIch/e-reflection-stuff
Removes the unneeded information about the current class in all blocks
This commit is contained in:
@@ -50,14 +50,12 @@ public class AESharedNBT extends NBTTagCompound implements IAETagCompound
|
||||
|
||||
private AESharedNBT( Item itemID, int damageValue )
|
||||
{
|
||||
super();
|
||||
this.item = itemID;
|
||||
this.meta = damageValue;
|
||||
}
|
||||
|
||||
public AESharedNBT( int fakeValue )
|
||||
{
|
||||
super();
|
||||
this.item = null;
|
||||
this.meta = 0;
|
||||
this.hash = fakeValue;
|
||||
|
||||
Reference in New Issue
Block a user