Gradle task -> runClient after add Create dependencies to Build.Gradle
Lucreeper74 opened this issue ยท 4 comments
Describe the Bug
I went to the wiki of the Github page of the mod Create to see the part to add a dependency in Build.Gradle. I took care to recheck several times to have copied and pasted the right things in the right places.
I also followed this page to install Parchment to my project in the correct version (1.18.2)
-> ParchmentMC Github
However, when I try to launch my client in Intellij via Gradle Tasks, the error is not present when I remove lines 162 163 and 164.
Build.Gradle
Gradle.Properties
However, before on 5.0 version of Create mod, I managed to add my dependency via the GitHub wiki of create. Is there an error in my code or is it a creation problem? I met someone with the same problem.
Thanks for taking the time to help me!
Reproduction Steps
- Decompress Forge 1.18.2-40.2.9 MDK.zip
- Import project into Intellij
- Configuring correctly Build.Gradle (Put ModID...)
- Install Parchement using -> ParchmentMC Github
- Copy instructions from this with right version (1.18.2) -> Create Dev Wiki
- Run GradleTask -> runClient
Expected Result
The RunClient Task work properly and Launch Minecraft Instance with Create and my mod.
Screenshots and Videos
No response
Crash Report or Log
Crash Report -> https://pastebin.com/jisbUYbh
Operating System
Window 10
Mod Version
0.5.1b
Minecraft Version
1.18.2
Forge Version
40.2.9
Other Mods
No response
Additional Context
No response
You need to enable mixins in your build.gradle
In the Create discord server, there are pins in #devchat that tell you how to do it.