-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By diesieben07 · Posted
Some zip managers like to take control of the .jar file extension away from Java. Make sure you have Java installed and try running Jarfix once, then try the installer again. -
By diesieben07 · Posted
Post the contents of %windir%\system32\drivers\etc\hosts -
By diesieben07 · Posted
Use "forge:composite" (which combines multiple models) and specify the render type for every sub model (render types are now controlled by models, not by the block state). To do so set the "render_type" property on every submodel, look at NamedRenderTypeManager for the possible values. -
By diesieben07 · Posted
What do you mean "not working"? Your code (if it were logical) does nothing. Additionally, you have the following issues: You are using a client-only class (Minecraft) from common code (ClientSyncPacket). Your packet does not tell the client which player this is about. It needs to do so using the player's ID. Currently your packet just uses Minecraft#player, which is not necessarily the correct player.
-
-
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.
Note: Your post will require moderator approval before it will be visible.