im a begginer in java and im trynna make a mod in mc with intelj

i get this error when i run runClient Build file 'C:\MyModProject\build.gradle' line: 156 Could not determine the dependencies of task ':classes'.
Could not create task ':processResources'. Could not get unknown property 'reincarnatedintheminecraftworldwithmyiphone' for task ':processResources' of type org.gradle.language.jvm.tasks.ProcessResources.
7 Replies
JavaBot
JavaBot4w ago
This post has been reserved for your question.
Hey @etsiiiiiiii1212! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
etsiiiiiiii1212
etsiiiiiiii1212OP4w ago
im usin 1.19 version of minecraft forge java 17 mod loader javafml
etsiiiiiiii1212
etsiiiiiiii1212OP4w ago
11:13:29 pm: Executing 'runClient'…
Configure project :
Java: 17.0.12, JVM: 17.0.12+8-LTS-286 (Oracle Corporation), Arch: amd64 Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. FAILURE: Build failed with an exception. * Where: Build file 'C:\MyModProject\build.gradle' line: 156 * What went wrong: Could not determine the dependencies of task ':classes'.
Could not create task ':processResources'. Could not get unknown property 'reincarnatedintheminecraftworldwithmyiphone' for task ':processResources' of type org.gradle.language.jvm.tasks.ProcessResources.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org.
BUILD FAILED in 1s 11:13:31 pm: Execution finished 'runClient'.
etsiiiiiiii1212
etsiiiiiiii1212OP4w ago
pls someone help
JavaBot
JavaBot4w ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
Jordan σ_σ
Jordan σ_σ4w ago
it seems to me you're using the wrong version :P You're running minecraft on 1.19 however you're using Java 17 But then again after researching 1.19 can be used with Java 17 so my next problem i would look at would be why am i missing tasks...could it be im using a depracated version of Gradle ??? :P
JavaBot
JavaBot4w ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?