improve lighting
This commit is contained in:
parent
401f9dbe34
commit
995bc4c42f
4 changed files with 70 additions and 46 deletions
|
@ -14,6 +14,7 @@ import common.properties.PropertyInteger;
|
|||
import common.rng.Random;
|
||||
import common.util.BlockPos;
|
||||
import common.util.BoundingBox;
|
||||
import common.util.Clientside;
|
||||
import common.util.ExtMath;
|
||||
import common.util.Facing;
|
||||
import common.util.Pair;
|
||||
|
@ -331,4 +332,9 @@ public abstract class BlockLiquid extends Block
|
|||
protected boolean hasRegisteredItem() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Clientside
|
||||
public float getShinyness() {
|
||||
return 3.0f;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue