Added Cobbled deepslate and deepslate to throwaway items.

This commit is contained in:
Sam Chen 2024-01-29 11:06:35 -05:00
parent 4144344acd
commit 3dec5676d2
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()
)));
/**