mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
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 COMMAND_REPEATING:
|
||||
case COMMAND_CHAIN:
|
||||
case FROSTED_ICE:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue