Say if I wanted to make an add-on for a mod, like Tinker's Construct or something. How along the lines would I go about doing this. I'm new modding still. But I wanted a basic idea. Some info would be greatly appreciated!
It honestly would depend greatly on the mod. In your example for Tinker's Construct, you would need to add it as a dependency in your build.gradle file, then use the API/Mod to develop with.Say if I wanted to make an add-on for a mod, like Tinker's Construct or something. How along the lines would I go about doing this. I'm new modding still. But I wanted a basic idea. Some info would be greatly appreciated!
It honestly would depend greatly on the mod. In your example for Tinker's Construct, you would need to add it as a dependency in your build.gradle file, then use the API/Mod to develop with.
Tinker's Construct is open source, you would not need to decompile it.Yes I was reading that on the Forge Wiki site. It said I would need to decompile a mod first and add it as the dependency/parent. I understood how to add the code, but not decompile it.
Tinker's Construct is open source, you would not need to decompile it.
So, use the general outline here: https://github.com/Ephys/TinkersSteelworks/blob/master/build.gradle#L39 if you need the repo to download it form.
Have you been able to launch a mod? If you have managed to get a mod working in Minecraft, then when you set up forge, it set up a file in your mod called build.gradle. I would go to #ForgeGradle on irc.esper.net (on IRC. Look that up if you don't know what it is.) They can help you set up your build.gradle to automatically download and decompile Tinker's Contstruct.:/ I'm sorry I'm not a expert modder, or a good one at least. I don't understand what to do with that. I've not come across "build.gradle"
Have you been able to launch a mod? If you have managed to get a mod working in Minecraft, then when you set up forge, it set up a file in your mod called build.gradle. I would go to #ForgeGradle on irc.esper.net (on IRC. Look that up if you don't know what it is.) They can help you set up your build.gradle to automatically download and decompile Tinker's Contstruct.