-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Type
Field
Describe where the element is
net/minecraft/item/ItemStack
I f_9776894
Description of the element
Damage value of the stack
Expected name
damage
Additional Context
// ...
public void damageAndBreak(int damage) {
// v
this.metadata += damage;
// v
if (this.metadata > this.getMaxDamage()) {
--this.size;
if (this.size < 0) {
this.size = 0;
}
this.metadata = 0;
}
// ...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working