chore: Remove self-assignment
This commit is contained in:
@ -32,7 +32,6 @@ public class Item {
|
|||||||
this.type = type;
|
this.type = type;
|
||||||
this.sprite = sprite;
|
this.sprite = sprite;
|
||||||
this.toolVariant = Optional.of(toolVariant);
|
this.toolVariant = Optional.of(toolVariant);
|
||||||
this.miningDecrease = miningDecrease;
|
|
||||||
this.durability = durability;
|
this.durability = durability;
|
||||||
this.stackable = stackable;
|
this.stackable = stackable;
|
||||||
this.dealDamage = dealDamage;
|
this.dealDamage = dealDamage;
|
||||||
|
Reference in New Issue
Block a user