The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
So I want to update a 1.6.4 mod to minecraft 1.7.10 but I am unsure how to go about it. Can anybody direct me to some easy to understand tutorials? The reason I want to do this is because the author has stopped working on this mod.
The biggest thing is whenever the mod tries to reference a block by block ID, just do it by its class instead. It really wasn't very hard for me to port to 1.7 in that regard. I can't really remember what all else had to change. Then 1.7.2 to 1.7.10 probably only mattered if you used axis-aligned bounding boxes for stuff, and even that was a trivial fix.