winnetrie Posted June 20, 2019 Posted June 20, 2019 If for example i want to use the railcraft api, how do i properly add it? What i want to do: removing and adding recipes for the rollingmachine (since crafttweaker has nu support for railcraft latest version) Ofcourse i searched the web and this forum for info. What i found was i had to extract the files into src\api\java folder, but doing so doesn't make it useable. It says there isn't source attached. Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
winnetrie Posted June 21, 2019 Author Posted June 21, 2019 (edited) Could anyone help me with this pls? I just want to know where to put the railcraftapi.jar so i can use it in my mod. Nvm, found it myself. For future searches: 1: put the api jar in "lib" folder 2: rightclick within your IDE(eclipse) the api jar and click "add to buildpath" 3: inside build.gradle add compile files("lib/railcraft-12.0.0-api.jar") in the depencies section 4: done, you can now use it and reference it within your project and it will compile properly Edited June 21, 2019 by winnetrie Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
Cadiboo Posted June 22, 2019 Posted June 22, 2019 Or just put it in ./libs and don’t touch build.gradle. Or put it as a proper maven dependency in build.gradle and don’t touch ./libs/ Your way is a combination of the two existing ways that shouldn’t be used Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
winnetrie Posted June 22, 2019 Author Posted June 22, 2019 Oh ok thanks, i thought it wouldn't build otherwise. Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
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.
Note: Your post will require moderator approval before it will be visible.