Everything posted by Animefan8888
-
Cannot seem to override default entity sounds
I'm not sure what this means.
-
Issue with custom EntityItem
Then it is a bug and you cant do anything about it. Plus nowadays most normal players aren't going to use /give, they will use jei, creative mode, or a legit method of receiving the item.
-
[1.12.2] onUsingTick getting constantly called on server after client stops using Item
Is the method being called? when it is call what are the parameters? What is it returning for said parameters?
-
[1.12.2] onUsingTick getting constantly called on server after client stops using Item
Did you check in the debugger about this particular part?
-
[1.12.2] onUsingTick getting constantly called on server after client stops using Item
You did not override the equals method so this will not work.
-
[1.12.2] onUsingTick getting constantly called on server after client stops using Item
Ok, so we are just dealing with the animation and updating part of the problem. There is a method in the Item class called shouldCauseReequipAnimation. You will have to handle this in an appropriate way to fix your problem.
-
[1.12.2] onUsingTick getting constantly called on server after client stops using Item
Explain this a bit more, why would this cause an "error"?
-
[1.12.2] onUsingTick getting constantly called on server after client stops using Item
I haven't yet looked at your code to see if there is a problem as I currently dont have time, but I dont know a reason to sync this data to your client in the first place. Unless you plan to use it for an animation. If that is the plan dont sync it every time is changes only every so often.
-
Item Generated by ItemBlock's Model Does Not Render
Post this blockstate, and show your log as well as where you register your ItemBlock models.
-
Custom player rendering
I assume that the texture isn't in the right place on the entity, since you are using the vanilla models you will need to make it look like a skin for a player if you have not done this already. If you have please provide a picture of what you mean. Apply a rotation to it then, there is even a method in ModelRendered(bipedHead, etc) called renderWithRotation. And if that doesnt work use a GL rotation call.
-
[1.12.2] Advice for TileEntity that is only used for actions every tick [SOLVED]]
It isn't possible because when the game is loaded, the data is the only thing that makes the TE exist there after a reload of the world. So you need to at least have the default read and write anything else doesnt have to go there.
-
I have a problem with coding a new mod
The solution is to make them not null.
-
Custom player rendering
You want to change the texture for the player and edit the scale. Ok. Editing the scale is easy enough as you already found out. But you cant bind the texture you want because it is bound in the vanilla code you dont have access to. So you have to cancel the vanilla rendering which you have done and then render the player yourself with your own code, using your texture.
-
I have a problem with coding a new mod
I hope the tutorial didn't tell you to set those fields to null...
-
Custom player rendering
Write the code.
-
Custom player rendering
You're causing an infinite loop of code by calling event.getRenderer().doRender.
-
Custom player rendering
Define not working
-
Custom player rendering
Define not working.
-
Custom player rendering
You did one of the three things I said.
-
Custom player rendering
*doesn't see code* Cool
-
Custom player rendering
You have to use the Pre event render it yourself and then cancel the actual rendering from happening.
-
Custom player rendering
Something is null on this line.
-
Arrows Do No Damage
This is why your TE is not appearing, this method needs to have a IBlockState parameter.
- Help
-
(Solved) Launching Minecraft through eclipse gives error : Game Crashed!
Your file is called ClentProxy not ClientProxy.
IPS spam blocked by CleanTalk.