Gradle Cache Error: Manual Editing?

Started by zimikstheminiks on

Topic category: Troubleshooting, bugs, and solutions

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?

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i made the create api for…
Wed, 10/16/2024 - 03:44

i made the create api for mcreator lol, from my understanding you are not adding create's dependancies aswell, this is in the form of the maven's. you need registrate, flywheel AND create. however these are STRICT versions so anything BUT the versions they were made for will break which is HUGE pain for anyone who hasn't worked with api's before. and using curseforge is just so much nicer

 

in short put this in the maven area

https://www.cursemaven.com/ (use the first one that shows up, you should be able to see the correlation)

then use then maven snippet from curseforge

https://www.curseforge.com/minecraft/mc-mods/create/files/5797605 (its at the bottom of every download area of curseforge) and put THAT in the dependancies.

 

if you REQUIRE strict versions just open my api (create api, the zip file) then go to api, and then the yaml file. this exact same as what your trying to achieve, just put all my stuff in yours, you should be able to see what goes where and all that,

hope this helps