-
Recently Browsing
No registered users viewing this page.
-
Posts
-
Hi. I am using a mod called Pehkui, and I set the scale of paintings to 5 times their original size. That looks like this: That is a 1x1 painting, now 5x5. However, there's one problem with this; when I turn my camera so that the original 1x1 painting is not in view, the entire thing is no longer rendered. So - is there any way to have paintings always render, regardless of whether or not they are in view?
-
By diesieben07 · Posted
Post the actual error message. -
By diesieben07 · Posted
getSentMessages (like the name implies) are messages the player sent via chat. You need to use NewChatGui#chatLines. -
it's me again, somehow I can't get to the message even via the gui Minecraft.getMinecraft().player.sendChatMessage("erste Nachricht"); ITextComponent m = new TextComponentString("zweite Nachricht"); Minecraft.getMinecraft().player.sendMessage(m); Minecraft.getMinecraft().player.sendChatMessage("dritte Nachricht"); String msg = Minecraft.getMinecraft().ingameGUI.getChatGUI().getSentMessages().toString(); logger.info(msg); Output: [erste Nachricht, dritte Nachricht] what am i doing wrong?
-
make your own thread, explain your issue further, and post the full log
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.