Bullet_Striker Posted May 11, 2013 Share 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 Link to comment Share on other sites More sharing options...
Ysharma Posted May 12, 2013 Share 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... Link to comment Share on other sites More sharing options...
Lethosos Posted May 12, 2013 Share 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. Link to comment Share on other sites More sharing options...
planetguy Posted May 14, 2013 Share 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. Link to comment Share on other sites More sharing options...
Bullet_Striker Posted May 22, 2013 Author Share Posted May 22, 2013 Okay this seems confusing Link to comment Share on other sites More sharing options...
watsonj11 Posted June 2, 2013 Share 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 Link to comment Share on other sites More sharing options...
Ysharma Posted June 2, 2013 Share 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? Link to comment Share on other sites More sharing options...
Jay? Posted June 2, 2013 Share Posted June 2, 2013 I've been using this. It's pretty much awesome. Link to comment Share on other sites More sharing options...
Ysharma Posted June 2, 2013 Share Posted June 2, 2013 @ Jay, thats what I plan on using for learning java after I finish c++(im halfway through c++) Link to comment Share on other sites More sharing options...
Jay? Posted June 2, 2013 Share 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. Link to comment Share on other sites More sharing options...
watsonj11 Posted June 2, 2013 Share 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? Link to comment Share on other sites More sharing options...
Jay? Posted June 2, 2013 Share 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. Link to comment Share on other sites More sharing options...
Neowulf Posted June 3, 2013 Share 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. Link to comment Share on other sites More sharing options...
watsonj11 Posted June 3, 2013 Share 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 Link to comment Share on other sites More sharing options...
theprolo Posted June 3, 2013 Share 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. Link to comment Share on other sites More sharing options...
watsonj11 Posted June 3, 2013 Share 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 Link to comment Share on other sites More sharing options...
theprolo Posted June 3, 2013 Share 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. Link to comment Share on other sites More sharing options...
watsonj11 Posted June 3, 2013 Share 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 Link to comment Share on other sites More sharing options...
theprolo Posted June 3, 2013 Share 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. Link to comment Share on other sites More sharing options...
watsonj11 Posted June 4, 2013 Share 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? Link to comment Share on other sites More sharing options...
Jay? Posted June 4, 2013 Share 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 Link to comment Share on other sites More sharing options...
watsonj11 Posted June 4, 2013 Share 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 :( Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now