Switch some more instances of chat spam to the action bar
This commit is contained in:
parent
7ec27febc6
commit
58d9678c40
5 changed files with 13 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue