Jump to content

[1.8.9] Replace Vanilla Classes


Helliot

Recommended Posts

Hi!

 

I'm actually trying to replace some Minecraft Vanilla Classes, like AbstractClientPlayer or WorldClient (And a lot of other classes)

 

I've already tried to make a custom client with MCP, and it works without Forge. But Forge won't load it, and i don't have any stacktrace.

 

My goals are:

 

*Changing the skins loading (I want some HDSkins by my own skin database)

*Changing vanilla mechanics (Like the day/night cycle duration for example)

*Changing some GUI (I know that there is a way to do that without changing the classes, but if i can do that by changing the classes it's better for me)

*Adding a picture on the player's head when he is writing (I have to change a lot of classes for that, and adding some Packets)

 

Thanks for helping me out <3

 

Link to comment
Share on other sites

I know that there is a way to do that without changing the classes, but if i can do that by changing the classes it's better for me

No no NO NO NO!

Class changes should be last thing you try and only if it is the only one left, because they can make a lot of things incompatible and broken.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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