Jump to content

you mean you want to make a mod?

https://www.youtube.com/playlist?list=PLQPiZYWovwmnZlgvbHCbz6TefIgeEiVcj

Excellent tutorial by Pahimar :)

if you mean this^

 

then:

 

Does anyone have any advice on where to start? What are some good Forge tutorials?

 

do you know java, if not start by learning it on like:

 

https://www.codecademy.com/

<p>Wish I could have this already!! : http://pcpartpicker.com/p/qTLRjX

Link to comment
https://linustechtips.com/topic/512541-modding-minecraft/#findComment-6827913
Share on other sites

Link to post
Share on other sites

you mean you want to make a mod?

https://www.youtube.com/playlist?list=PLQPiZYWovwmnZlgvbHCbz6TefIgeEiVcj

Excellent tutorial by Pahimar :)

I've already seen some of it, but I want something complete. Heard he stopped making tutorials a while ago.

Did my post help you? Then make sure to rate it!

Check out my post on symbolic links! || PSU ranking and tiers || Pokemon Thread

 

Link to comment
https://linustechtips.com/topic/512541-modding-minecraft/#findComment-6827914
Share on other sites

Link to post
Share on other sites

what is not complete about it that you would like to learn?

The tutorial only covers the basics. I want to learn about more advanced stuff too.

Did my post help you? Then make sure to rate it!

Check out my post on symbolic links! || PSU ranking and tiers || Pokemon Thread

 

Link to comment
https://linustechtips.com/topic/512541-modding-minecraft/#findComment-6827931
Share on other sites

Link to post
Share on other sites

The tutorial only covers the basics. I want to learn about more advanced stuff too.

What do you mean by 'advanced stuff'?

Probably one of the most advanced things one can do with Minecraft is more of a hack type mod by way of using bytecode injection/manipulation. Forge provides some Excel sheets that translate some of the obfuscated code. One can use these to inject modifications client side at runtime. An example use case would be that of an XRay mod or full map visibility mod. You see, due to the fundamental architecture of the game the client is sent a complete picture of all of the data for a given chunk at once from the server - it's currently the only way it can work. One simply has to change the code that is loaded at runtime (bytecode manipulation) in order to do as they desire with this data.

Perhaps it might interest you to look that up as a next step.

Oh dear have I just given a monkey a machine gun? Silly me... :blush:

The single biggest problem in communication is the illusion that it has taken place.

Link to comment
https://linustechtips.com/topic/512541-modding-minecraft/#findComment-6852623
Share on other sites

Link to post
Share on other sites

you mean you want to make a mod?

https://www.youtube.com/playlist?list=PLQPiZYWovwmnZlgvbHCbz6TefIgeEiVcj

Excellent tutorial by Pahimar :)

 

wow desents stuff , i remeer watching a mod vid that was 20 mins when he got to the middle he was like do the thing and then booooom the mod is made 

Link to comment
https://linustechtips.com/topic/512541-modding-minecraft/#findComment-6868384
Share on other sites

Link to post
Share on other sites

MrCrayfishes tutorial is great for getting started, it assumes you know java and just teaches you how to make items and blocks and just the basic stuff

Thanks I'll check it out.

Did my post help you? Then make sure to rate it!

Check out my post on symbolic links! || PSU ranking and tiers || Pokemon Thread

 

Link to comment
https://linustechtips.com/topic/512541-modding-minecraft/#findComment-6874138
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×