-
Content Count
6 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout CyborgGamer21
-
Rank
Tree Puncher
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Did you ever finishing porting the mod I would be really happy if it was ported so I wouldn't have to do it again.
-
[1.8.9] Render armour on player without item
CyborgGamer21 replied to Wehavecookies56's topic in Modder Support
I just want to know 1 thing because I have been dying on trying to get a model to render on the player. 1. How are you rendering your model -
CyborgGamer21 changed their profile photo
-
I also want to know how to do this but for 1.8.9 for a hat companion mod.
-
The client side entity was planned to be a little companion that would follow you around.
-
CyborgGamer21 started following Trying to detect when player left clicks - 1.8.9 and Client side entities?
-
I there such thing were you can render a entity but only have it exist/render on the client? And if so how would you do it?
-
As the title says I'm trying to detect when the player left clicks. Is there a event that I can use? Does anyone know how to? I currently have this line of code to do it but doesn't count each click, instead it counts how long you hold it down: Minecraft.getMinecraft().gameSettings.keyBindAttack.isKeyDown()