This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
best modding tutorials (prefferably not a video)
Started by ETHANATOR360, 22 May 2013 - 07:59 PMPosted 22 May 2013 - 09:59 PM
hey guys, one of my goals this summer is to make a minecraft mod but i cant seem to to find a good written out tutorial i like written as apposed to video because videos are harder to look back at and find the information i need
Posted 23 May 2013 - 01:27 AM
1. Learn Java
2. Learn Java
After that, you should go to minecraftforge.net for tutorials. But only if you know java!
2. Learn Java
After that, you should go to minecraftforge.net for tutorials. But only if you know java!
Posted 23 May 2013 - 11:24 AM
already now java and have 9 books about it (its an all in one book) thanks
Posted 26 May 2013 - 10:11 AM
(1)Download mineforge(allows it to be run with other mods)
(2)Unzip forge download file.
(3)Click install.cmd(for Windows) (for other computers open terminal cd to the folder and run install.sh).
(4)In eclipse create a java project in the path "*insertfolderlocation*/eclipse".
(5)Right-click the project name and under "configure build path" hit "add external jars and find the minecraft.jar and minecraft_server.jar in the forge folder location.
(6)Start programming :D/>
Posted 26 May 2013 - 04:06 PM
im stuck on step 5 where is the configure build path?I have a question what version of minecraft are you planning to make this mod
(1)Download mineforge(allows it to be run with other mods)
(2)Unzip forge download file.
(3)Click install.cmd(for Windows) (for other computers open terminal cd to the folder and run install.sh).
(4)In eclipse create a java project in the path "*insertfolderlocation*/eclipse".
(5)Right-click the project name and under "configure build path" hit "add external jars and find the minecraft.jar and minecraft_server.jar in the forge folder location.
(6)Start programming :D/>
Posted 26 May 2013 - 04:15 PM
Right click the project name and its on the list.
Posted 26 May 2013 - 04:40 PM
that doesnt really help im still confused
Posted 26 May 2013 - 04:50 PM
*Project name*
Put mouse over the project name and right-click.
A list will pop-up
click under buildpath will be add external jars
Put mouse over the project name and right-click.
A list will pop-up
click under buildpath will be add external jars
Posted 26 May 2013 - 05:17 PM
your my hero!! thank you so much!!
Posted 26 May 2013 - 05:35 PM
Glad I could help :)/>your my hero!! thank you so much!!
What's the mod going to do/be.
Posted 26 May 2013 - 05:57 PM
well since a google glass for cc was suggested i decided i would make a peripheral for it, now i just need to learn how to make the mods themselves