u34
This commit is contained in:
parent
cfab2e85bf
commit
16648bc6c8
94 changed files with 2126 additions and 172 deletions
|
|
@ -1113,4 +1113,8 @@ public class Item {
|
|||
: (this == IRON ? Items.iron_ingot : (this == EMERALD ? Items.diamond : null))));
|
||||
}
|
||||
}
|
||||
|
||||
public float getHeldItemBrightnessEagler() {
|
||||
return 0.0f;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue