mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Fix Material.isSolid for FROSTED_ICE
This commit is contained in:
parent
8342a0701e
commit
6b1594cb51
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