Smaragdant enhancements

This commit is contained in:
paulevsGitch 2021-07-09 21:16:23 +03:00
parent ba7ea67f0c
commit 461333650a
61 changed files with 1096 additions and 21 deletions

View file

@ -41,7 +41,7 @@ public class SmaragdantCrystalShardBlock extends BaseAttachedBlock implements IR
.materialColor(MaterialColor.COLOR_GREEN)
.breakByTool(FabricToolTags.PICKAXES)
.luminance(15)
.sound(SoundType.GLASS)
.sound(SoundType.AMETHYST_CLUSTER)
.requiresCorrectToolForDrops()
.noCollission());
}