winnetrie Posted May 30, 2016 Posted May 30, 2016 I wanted to compile a new version of my mod and it fails to compile. In my modding environment everything works fine and eclipse isn't showing any errors, still it fails compiling. here is a picture: It says that it cant find symbol. The symbol is BOPCBlocks. This is a class in the API package from biomesoplenty! Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
Draco18s Posted May 31, 2016 Posted May 31, 2016 You need to add BOP to your gradle.build file under Dependencies Quote 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.
winnetrie Posted May 31, 2016 Author Posted May 31, 2016 buildscript { repositories { mavenCentral() maven { name = "forge" url = "http://files.minecraftforge.net/maven" } maven { name = "sonatype" url = "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT' } } i guess i have to place something here, but i do not know what to write there. EDIT:nvm that was the wrong section, it works now 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.