File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/crystallized/modid/block Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ public class ModBlocks {
2626 AbstractBlock .Settings .create ()
2727 .strength (4f )
2828 .requiresTool ()
29- .sounds (BlockSoundGroup .NETHER_ORE ));
30-
29+ .sounds (BlockSoundGroup .DEEPSLATE ));
3130
3231
3332 private static Block registerBlock (String name , AbstractBlock .Settings blockSettings ) {
@@ -41,7 +40,6 @@ private static void registerBlockItem(String name, Block block) {
4140 BlockItem item = new BlockItem (block , new Item .Settings ().registryKey (key ));
4241 Registry .register (Registries .ITEM , key , item );
4342 }
44-
4543 public static void registerModBlocks () {
4644 CrystallizedMod .LOGGER .info ("Registering ModBlocks for " + CrystallizedMod .MOD_ID );
4745 ItemGroupEvents .modifyEntriesEvent (ItemGroups .BUILDING_BLOCKS ).register (entries ->{
You can’t perform that action at this time.
0 commit comments