Jump to content

Recommended Posts

Posted

Well, just knowing Java is an important foundation but modding is funny because you also need some understanding of the architecture (i.e. the way the other people who coded Minecraft and those who coded Forge organize the classes). It is true that almost "everything" has changed since 1.7.10 and even if you had gotten pretty confident with it, that if you're just returning to modding you'll be feeling lost.

 

For example, some things that have changes are blockstates, registrations, capabilities, advancements, JSON for lots of stuff (models, recipes, triggers, etc.). And of course Minecraft itself has changed with things like dual-wielding. Events now fire on a consolidated bus. And so forth. There is a LOT to learn if you haven't been modding for a while.

 

Anyway, I have tutorials for 1.12 including how to convert your older mods with listings of some of the major changes, here: http://jabelarminecraft.blogspot.com/

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Posted

Jabelar's stuff is great. I used his article on updating older mods (yes, I have it bookmarked) to update mine from 1.8 to 1.11. Jabelar is great at diving deep into specific subjects and explaining things that others don't. For brand-new, from-scratch stuff, I usually recommend Shadowfacts tutorials. I've occasionally used McJty's tutorials, as well. You can also learn a ton by browsing Choonster's test mod and/or The Grey Ghost's Minecraft by Example.

  • Like 1
  • 2 months later...
Posted (edited)
On 11/25/2017 at 9:17 PM, Differentiation said:

Ho-ho-ho-hold on.

 

First ask yourself this: Do you know Java and/or the basics of it, at least?

 

If you do not then learn the language. It is not that difficult. :)

Wow forgot I posted this, I do know Java but I encountered a lot of outdated code when I started learning 1.12.2 modding.

Edited by Catwolf
Already said that I've only modded for 1.7.10 in the main text, lol.
  • 2 weeks later...
Posted
On 2/14/2018 at 9:56 PM, Catwolf said:

Wow forgot I posted this, I do know Java but I encountered a lot of outdated code when I started learning 1.12.2 modding.

Ah yes. You could still follow the 1.10.2 tutorials but just change the registration for items, blocks, entities, etc. to the registry events.

 

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.