Posted May 28, 20169 yr I have tried to edit the thaumic tinkerer mod to disable creation of bedrock portals in the bedrock dimension due to constant server crash but I have little knowledge of java and forge and I'm having problems recompiling it, heres the edited source folder: http://www90.zippyshare.com/v/YcncUgLD/file.html After running the gradle build it did stuff for 9 minutes then said build failed, on the console it was saying a lot about missing api's, It would be great if someone could help me by compiling it for me or telling me how I can fix the problem. Thanks
May 28, 20169 yr Author I have tried to edit the thaumic tinkerer mod to disable creation of bedrock portals in the bedrock dimension due to constant server crash but I have little knowledge of java and forge and I'm having problems recompiling it, heres the edited source folder: http://www90.zippyshare.com/v/YcncUgLD/file.html After running the gradle build it did stuff for 9 minutes then said build failed, on the console it was saying a lot about missing api's, It would be great if someone could help me by compiling it for me or telling me how I can fix the problem. Thanks
May 28, 20169 yr You need to acquire said APIs (they're listed in the gradle file under dependencies) and put them in the /libs folder (or where ever gradle is trying to find them). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr You need to acquire said APIs (they're listed in the gradle file under dependencies) and put them in the /libs folder (or where ever gradle is trying to find them). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr Author im not able to find the last one: tconstruct:TConstruct:1.7.10-1.8.3.build927:deobf however i have found the 1.8.4 version of it, would that also work or not?
May 28, 20169 yr Author im not able to find the last one: tconstruct:TConstruct:1.7.10-1.8.3.build927:deobf however i have found the 1.8.4 version of it, would that also work or not?
May 28, 20169 yr No, it would not work. You will need to contact the author, it looks like. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr No, it would not work. You will need to contact the author, it looks like. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr Author Where would be the easiest way to contact him? Also by the 1.8.4 version i meant is as in tconstruct:TConstruct:1.7.10-1.8.4.build957:deobf instead of tconstruct:TConstruct:1.7.10-1.8.3.build927:deobf
May 28, 20169 yr Author Where would be the easiest way to contact him? Also by the 1.8.4 version i meant is as in tconstruct:TConstruct:1.7.10-1.8.4.build957:deobf instead of tconstruct:TConstruct:1.7.10-1.8.3.build927:deobf
May 28, 20169 yr Author would it be possible to only edit the 1 file, compile that single file and then place it into the jar mod using winrar?
May 28, 20169 yr Author would it be possible to only edit the 1 file, compile that single file and then place it into the jar mod using winrar?
May 28, 20169 yr would it be possible to only edit the 1 file, compile that single file and then place it into the jar mod using winrar? No. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr would it be possible to only edit the 1 file, compile that single file and then place it into the jar mod using winrar? No. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr Author so i contacted the mod author and it seems that it needs thaumcraft as a loaded library, i have managed to get a Deobfuscated version of Thaumcraft but I do not know what is meant by making it a loaded library. How do i do that? Thanks
May 28, 20169 yr Author so i contacted the mod author and it seems that it needs thaumcraft as a loaded library, i have managed to get a Deobfuscated version of Thaumcraft but I do not know what is meant by making it a loaded library. How do i do that? Thanks
May 28, 20169 yr For compiling with gradle, just look at the gradle build file and put the jar where the build.gradle file says. For example, mine says: compile files('lib/AppleCore-mc1.7.10-1.1.0.jar') That means that in the folder 'lib' adjecent to build.gradle, have a file called 'AppleCore-mc1.7.10-1.1.0.jar' So put the deobf file you got into lib directory. (If the names don't match exactly, change the build.gradle file). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr For compiling with gradle, just look at the gradle build file and put the jar where the build.gradle file says. For example, mine says: compile files('lib/AppleCore-mc1.7.10-1.1.0.jar') That means that in the folder 'lib' adjecent to build.gradle, have a file called 'AppleCore-mc1.7.10-1.1.0.jar' So put the deobf file you got into lib directory. (If the names don't match exactly, change the build.gradle file). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr Author I cant find the path, could you have a look at it, https://github.com/Thaumic-Tinkerer/ThaumicTinkerer the stuff about thatumcraft is in the readme.md
May 28, 20169 yr Author I cant find the path, could you have a look at it, https://github.com/Thaumic-Tinkerer/ThaumicTinkerer the stuff about thatumcraft is in the readme.md
May 28, 20169 yr Line 81 Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 28, 20169 yr Line 81 Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 29, 20169 yr Author I solved all of that api errors but now im getting these: http://imgur.com/a/Tjjyr
May 29, 20169 yr Author I solved all of that api errors but now im getting these: http://imgur.com/a/Tjjyr
May 29, 20169 yr I solved all of that api errors but now im getting these: http://imgur.com/a/Tjjyr You started a new thread for this. Don't do that. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.