uber-dan Posted January 24, 2014 Posted January 24, 2014 Hi, I am a beginner modder and I keep trying to find a tutorial, but all of them either use forge or are outdated. I also need to know how to make a mod for the latest update, there is no file for them In the versions dir. Ps I use modloader.
Neowulf Posted January 24, 2014 Posted January 24, 2014 Tekkit, where you originally posted this, is a modpack composed of forge and forge mods. You do not code a mod for tekkit, you code a forge mod and add it to the pack. Frankly I didn't know modloader still continued development. After forge added forge mod loader everything went pure forge. If you want tutorials you'll have to check with them.
uber-dan Posted January 24, 2014 Author Posted January 24, 2014 Actually, I posted this on tekkit because i really needed help and this is the only chat I am signed up with.
uber-dan Posted January 24, 2014 Author Posted January 24, 2014 And I want to put the mod on normal minecraft
uber-dan Posted January 24, 2014 Author Posted January 24, 2014 · Hidden Hidden And I want to put the mod on normal minecraft.
Neowulf Posted January 24, 2014 Posted January 24, 2014 No, you placed it in the section for the Tekkit modpack and that was the wrong spot. This section, Mod Makers Market, is for modding concerns and is not a guarantee of anything. As I said, if you're looking for help creating a modloader-based mod then your best bet is to check with the modloader guys. If you were using forge as a base I could point you towards the relevant tutorials, but you've made it clear you don't want that.
FyberOptic Posted February 20, 2014 Posted February 20, 2014 Personally, I almost wouldn't even suggest beginner modders fool with a mod loader of any sort. Minecraft is a complex beast. It's going to take you some time to learn your way through its code. The best way to do that, if you ask me, is to use straight-up MCP and just go in there and start changing things. You can do anything you want, like changing the size of creeper explosions, make mobs act stupid, make yourself stronger, change block and item properties, etc. You can come into it with even just a beginner's Java knowledge, have fun, and learn in the process. You can still compile this out into a JAR mod if you really want, as well. Forge is just added complexity. You have to learn the tools, you have to learn the API, you have to learn the directory structures, etc. That's hard if you don't even know how the game works yet. Harder still if you're a beginner to things like Eclipse as well. And worse, Forge for Minecraft 1.7 will lock you out of Minecraft's code. One dev environment type won't let you see Minecraft's code at all. The other will at least let you see it, but won't let you change it. This can make it harder to learn Minecraft's guts and/or debug certain behaviors. I can't quite bring myself to suggest people get into modding by starting with 1.7 + Forge. 1.6.4 + Forge is fine though. This is just my two cents of course, but I remember living in the land of confusion once, and this is the advice I'd give myself, looking back.
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