Posted January 1, 20178 yr Hey there! So I'm having a bit of an issue with my IDE, it seems like a lot of lambda / diamond expressions are not allowed.. I've tried changing my project settings to match said language level, but it doesn't seem to solve anything... Thanks! Relatively new to modding. Currently developing: https://github.com/LambdaXV/DynamicGenerators
January 1, 20178 yr Try adding this to your build.gradle : sourceCompatibility = targetCompatibility = "1.8" compileJava { sourceCompatibility = targetCompatibility = "1.8" } This will tell it to use Java 8 to compile your code. Either rerun gradlew eclipse for Eclipse or refresh your build.gradle in IntelliJ to set this in your IDE. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
January 1, 20178 yr Author Okay Thanks! Relatively new to modding. Currently developing: https://github.com/LambdaXV/DynamicGenerators
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.