improve rendering, fix lightmap
This commit is contained in:
parent
ec9173433e
commit
0e003971bc
4 changed files with 15 additions and 13 deletions
|
@ -1066,7 +1066,7 @@ public class Block {
|
|||
|
||||
@Clientside
|
||||
public float getShinyness() {
|
||||
return 1.0f;
|
||||
return 0.75f;
|
||||
}
|
||||
|
||||
@Clientside
|
||||
|
|
|
@ -17,6 +17,6 @@ public class BlockCyber extends BlockNonBlock {
|
|||
|
||||
@Clientside
|
||||
public float getShinyness() {
|
||||
return 0.0f;
|
||||
return -32.0f;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue