u34
This commit is contained in:
parent
cfab2e85bf
commit
16648bc6c8
94 changed files with 2126 additions and 172 deletions
|
|
@ -167,4 +167,8 @@ public class ItemBlock extends Item {
|
|||
public Block getBlock() {
|
||||
return this.block;
|
||||
}
|
||||
|
||||
public float getHeldItemBrightnessEagler() {
|
||||
return this.block.getLightValue() * 0.06667f;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue