Compare commits

...

2 Commits

Author SHA1 Message Date
Sam Chen da126bcc05
Merge 3dec5676d2 into a8119366a1 2024-03-29 03:23:31 +01:00
Sam Chen 3dec5676d2 Added Cobbled deepslate and deepslate to throwaway items. 2024-01-29 11:06:35 -05:00
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()
)));
/**