This commit is contained in:
Sam Chen 2024-04-01 00:35:46 -07:00 committed by GitHub
commit 2790170f9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -211,7 +211,9 @@ public final class Settings {
Blocks.DIRT.asItem(),
Blocks.COBBLESTONE.asItem(),
Blocks.NETHERRACK.asItem(),
Blocks.STONE.asItem()
Blocks.STONE.asItem(),
Blocks.COBBLED_DEEPSLATE.asItem(),
Blocks.DEEPSLATE.asItem()
)));
/**