Posted April 3, 201411 yr So I have a block that tests for certain blocks beside it and if the right block comes up I want it to say a chat message. So how would I do that. I am not interested in using the language registry yet so I just want to say something. (To the nearest player would be nice as well)
April 3, 201411 yr Send a chat packet (C01PacketChatMessage in 1.7). I don't remember what it's called in 1.6; but you can search for it in Eclipse with Navigate > Open Type and searching *Chat I like to make mods, just like you. Here's one worth checking out
April 3, 201411 yr par5EntityPlayer.addChatMessage("your text"); This will send your text to the player right clicking the block! (1.6.4 tested!) Edit: this should work, just make the block check for a block beside it and display your message.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.