Switch some more instances of chat spam to the action bar

This commit is contained in:
Nicholas Ignoffo 2018-03-23 16:50:17 -07:00
parent 7ec27febc6
commit 58d9678c40
5 changed files with 13 additions and 11 deletions

View file

@ -136,7 +136,7 @@ public class ItemRitualReader extends Item implements IVariantProvider {
BlockPos containedPos = getBlockPos(stack);
if (containedPos.equals(BlockPos.ORIGIN)) {
this.setBlockPos(stack, pos.subtract(masterPos));
ChatUtil.sendNoSpam(player, new TextComponentTranslation("ritual.bloodmagic.blockRange.firstBlock"));
player.sendStatusMessage(new TextComponentTranslation("ritual.bloodmagic.blockRange.firstBlock"), true);
//TODO: Notify player.
} else {
tile = world.getTileEntity(masterPos);