Bullet_Striker Posted May 11, 2013 Posted May 11, 2013 Hey im new to coding and i know OTHING at all about coding and i just wanted some cool stuff todo I Want someone who is experienced and can help me make some cool minecraft thatks reach me at kielcrocodile@live(dot)com Quote
Ysharma Posted May 12, 2013 Posted May 12, 2013 Go look it up on youtube, there are some really good guides. Start off with adding items, blocks, terrain gen, special features etc... Quote
Lethosos Posted May 12, 2013 Posted May 12, 2013 The tutorials off the Forge wiki started me off, but be warned that it's not comprehensive as I would've liked. The writers of those tutorials have their own mods to code first. (A good example is mDyio, who said he would do a tutorial on multiblock structures, but he's pretty busy on Tinker's Construct and Natura.) Wisest thing to do is to not whine about delays and look around for code examples in open-sourced mods instead that does what you're looking for. I've been looking at PowerConverters on github for internal liquid tank examples. Quote
planetguy Posted May 14, 2013 Posted May 14, 2013 Hey im new to coding and i know OTHING at all about coding and i just wanted some cool stuff todo I Want someone who is experienced and can help me make some cool minecraft thatks reach me at kielcrocodile@live(dot)com You know Java, right? If not, that's where you need to start. Quote
watsonj11 Posted June 2, 2013 Posted June 2, 2013 You know Java, right? If not, that's where you need to start. if you don't know Java you're probably better off to start off here great interactive lessons I would recommed it Quote
Ysharma Posted June 2, 2013 Posted June 2, 2013 if you don't know Java you're probably better off to start off here great interactive lessons I would recommed it Looks helpful, but isnt there a difference between java and javascript? Quote
Ysharma Posted June 2, 2013 Posted June 2, 2013 @ Jay, thats what I plan on using for learning java after I finish c++(im halfway through c++) Quote
Jay? Posted June 2, 2013 Posted June 2, 2013 @ Jay, thats what I plan on using for learning java after I finish c++(im halfway through c++) It really is quite good. Codeacademy is better if you need help staying on track, because it incentivises at you like nobodys business. The problem is that it has relatively few options for languages. I'm going to be using it for Python soon, though. Quote
watsonj11 Posted June 2, 2013 Posted June 2, 2013 Looks helpful, but isnt there a difference between java and javascript? aww god they are so now I have spent ages learning the wrong programming language huff back to square one I guess It really is quite good. Codeacademy is better if you need help staying on track, because it incentivises at you like nobodys business. The problem is that it has relatively few options for languages. I'm going to be using it for Python soon, though. what do they use python for? Quote
Jay? Posted June 2, 2013 Posted June 2, 2013 what do they use python for?Python is another object based coding language. They have classes on it, and i'm interested in learning it. Quote
Neowulf Posted June 3, 2013 Posted June 3, 2013 aww god they are so now I have spent ages learning the wrong programming language huff back to square one I guess While it isn't Java, Javascript is a good one to learn regardless. You can use it to interface with youtube and some other video sites, which is how plug.dj works (they even have their own javascript API). It's also one of the languages unity3d understands, and torquescript is so similar you'd have no problems switching between the two. Quote
watsonj11 Posted June 3, 2013 Posted June 3, 2013 While it isn't Java, Javascript is a good one to learn regardless. You can use it to interface with youtube and some other video sites, which is how plug.dj works (they even have their own javascript API). It's also one of the languages unity3d understands, and torquescript is so similar you'd have no problems switching between the two. I think I might continue to learn it then but I would rather like to know how to make mods for minecraft rather than just messing around with the texture file Quote
theprolo Posted June 3, 2013 Posted June 3, 2013 CodeAcademy does have a Java section, which is what I've been using to learn it when I'm trying to get into modding. Quote
watsonj11 Posted June 3, 2013 Posted June 3, 2013 CodeAcademy does have a Java section, which is what I've been using to learn it when I'm trying to get into modding. where? it has JavaScript not Java- 2 totally different coding languages! I thought they where the same to! but turns out they are not Quote
theprolo Posted June 3, 2013 Posted June 3, 2013 where? it has JavaScript not Java- 2 totally different coding languages! I thought they where the same to! but turns out they are not Nope, they definitely have a Java course. I think it was part of codeyear. Quote
watsonj11 Posted June 3, 2013 Posted June 3, 2013 Nope, they definitely have a Java course. I think it was part of codeyear. Great could you link it to me I really want an easy to understand guide on Java I could not find it but I will do some more searching Quote
theprolo Posted June 3, 2013 Posted June 3, 2013 I tried to, but at the moment I'm on my iPad, so I can only find it as easily as you can I'll see if I can post it next time I'm on my computer. Quote
watsonj11 Posted June 4, 2013 Posted June 4, 2013 This may be a rather stupid question but anyway, I recently downloaded and installed JDK: (Java Development Kit) from their site but after installing was challenged to find out there was no icon for this program after messing around in the program files I found no way to actually launch this software has anyone used this/ knows how to use it? also do I need to download and install net beans too? Quote
Jay? Posted June 4, 2013 Posted June 4, 2013 This may be a rather stupid question but anyway, I recently downloaded and installed JDK: (Java Development Kit) from their site but after installing was challenged to find out there was no icon for this program after messing around in the program files I found no way to actually launch this software has anyone used this/ knows how to use it? also do I need to download and install net beans too? A little further above, i posted a link to thenewboston. One of the first videos in their java series will tell you how to get all that set up for you. Here it is: http://thenewboston.org/watch.php?cat=31&number=1 Quote
watsonj11 Posted June 4, 2013 Posted June 4, 2013 Never mind I will just use Eclipse instead It's a better piece of software by all accounts anyway I tried using the video but the same thing happened again :( Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.