So I want to learn coding in minecraft so I can make mods and plugins but I dont know where should I start to learn or how so I need help in what do I need and where should I start.
I don't know anything about coding, but when I've asked people about learning to do it, they say to read a book about whatever language you want to learn. I only know the useless Batch, but I once managed to decompile the game and add a few items in with textures and all.
I also did come across a Minecraft Forge mod maker with a GUI. You clicked on the things you wanted to create, typed in numbers and the program coded it for you. It was pretty neat! It was called MCreator if you want to have a play around. http://mcreator.pylo.si/
advice: don't use any mod-creation tool if you want to get serious. MCreator is fine if you just want to have fun modding blocks/items, but if you want to go beyond and really want to make cool stuff, get a java book (My all time favorite is Head First Java, and no I'm not paid for the ad). It is not the fastest way nor easiest, but it will defintely pay off soon. You can't make good stuff without knowing the language. There is no way around. Once you get the concepts of Object Oriented Programming, you'll automatically understand the tutorials online, and you can even find mistakes in them.
The Meaning of Life, the Universe, and Everything.
Join Date:
10/20/2012
Posts:
50
Member Details
Start with the basics, learn some programming logic and boolean logic or simple batch and shell script, then move to the basics of a programming language and go from there, look online for exercises that you can do, like for example, making a simple program for registering students classes and points, then giving the result if the student got the minimum points to move to the next school year. It snit fast but is the only way to learn.
If you want i can get you a ton of them from my time teaching c++.
I also did come across a Minecraft Forge mod maker with a GUI. You clicked on the things you wanted to create, typed in numbers and the program coded it for you. It was pretty neat! It was called MCreator if you want to have a play around. http://mcreator.pylo.si/
two=the number
too=means also
to=basic version
if you want to learn to code, before wasting your money on a computer course. Go to http://www.codecademy.com and learn the fundamentals of coding.
ROLL TIDE
edit: PM me
If you want i can get you a ton of them from my time teaching c++.