Jump to content

BigBlackBoris

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BigBlackBoris's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Like the title says, is there any way you could add in a setter for the Proxy variable or make it public?
  2. Hi there, I've recently come across a situation where I need to draw from the center of the screen but when doing so with bobbing on they will bob all over the screen due to the matrix transformation on the hand when turning off bobbing it will draw correctly. Is there any way you can add in an event after the hand has been drawn? Semi related pr: https://github.com/MinecraftForge/MinecraftForge/pull/444
  3. How do I change visibility of a function in Minecraft.java? Thanks in advance, Boris.
  4. Hey guys, is there any hooks to renderEntity? I really need to render some 3D graphics which will only work if rendered in at renderEntity level. Thanks in advance, boris.
  5. Hey guys, I'm new to Forge modding so bare with me. Is it as simple as doing: public void onPacketData(INetworkManager manager, Packet10Flying packet, Player player) { for example? Thanks in advance, Big.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.