mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 11:44:42 +02:00
Add snow to excavation. No treasures will drop from snow by default,
but they can be added to the treasures.yml file by specifying "Drops_From: Snow: true" Adds #1229
This commit is contained in:
@ -180,6 +180,8 @@ public final class BlockUtils {
|
||||
case GRAVEL:
|
||||
case MYCEL:
|
||||
case SAND:
|
||||
case SNOW:
|
||||
case SNOW_BLOCK:
|
||||
case SOUL_SAND:
|
||||
return true;
|
||||
|
||||
|
Reference in New Issue
Block a user