Create

Create

86M Downloads

Mixin Error

Chydog376 opened this issue ยท 2 comments

commented

Describe the Bug

I am currently working on an addon for Create. I currently have a 100% blank working mod. On its own it has no problems. It is literally empty. However, as soon as I add Create to the mods folder I get mixin errors. When I remove it everything is back to normal however being that it is a dependency for my mod, it is important!

Reproduction Steps

1.Run client of blank 1.20.1 mod in Intellij or equivalent IDE.
2. Add Create to the mods folder in the run folder.

Expected Result

I would expect Minecraft to run just like it normally would had I booted up 1.20.1 forge with Create installed. My mod is literally empty and working so other than the fact that it would say it is installed under the mods menu, I would expect it to be the exact same as above.

Screenshots and Videos

No response

Crash Report or Log

https://pastebin.com/aC9HjJZd

Operating System

Windows 11

Mod Version

0.5.1f

Minecraft Version

1.20.1

Forge Version

47.2.0

Other Mods

Hot Drown Mod (My own) (Currently default empty mod all configured)

Additional Context

No response

commented

You can't just drop create in the mods folder, follow the GitHub wiki's developer instructions to add create as a gradle dependency & make sure you follow the instructions on remapping the mixins

commented

Oh, I thought I did the dependencies correctly. I didn't realize there was a special way for Create! I did nothing for the Mixins either! Thank you!