Gradle Cache Error: Manual Editing?

Started by zimikstheminiks on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 19:34, 4. Oct 2024
Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Gradle Cache Error: Manual Editing?

Okay so i've been trying to use mixins in mcreator(https://mcreator.net/plugin/104607/forge-mixins-support)
I wanna add a mixin to create and so i need to have create as a dependency to overwrite their methods

But if i change the build.grade's dependencies with adding adding: implementation fg.deobf("com.simibubi.create:create-1.20.1:0.5.1.f:all") it just compeletely corrupts the gradle, which is unfixable by any other means, i've tried deleting the workspace gradle and .mcreator's gradle.

How do i fix this?