Fix Material.isSolid for FROSTED_ICE
By: md_5 <git@md-5.net>
This commit is contained in:
parent
2eb51ff5a1
commit
eb56494e4b
1 changed files with 1 additions and 0 deletions
|
@ -904,6 +904,7 @@ public enum Material {
|
||||||
case STRUCTURE_BLOCK:
|
case STRUCTURE_BLOCK:
|
||||||
case COMMAND_REPEATING:
|
case COMMAND_REPEATING:
|
||||||
case COMMAND_CHAIN:
|
case COMMAND_CHAIN:
|
||||||
|
case FROSTED_ICE:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue