Create

Create

86M Downloads

why does create require sodium for making mods with create

LikeToCodeStreams opened this issue ยท 1 comments

commented

Describe the Bug

ive been troubleshooting for 2 hours, ever since i followed the wiki on this github for adding create as a dependency, i can no longer run runclient with the dependency in build.gradle, turns out its calling for a class in jellysquids sodium for some reason, why???

Reproduction Steps

  1. set up standard minecraft forge mod
  2. edit build.gradle (if you havent already)
  3. follow the instructions on the wiki for depending on create

Expected Result

being able to run runclient with no crashes and able to see create and flywheel in mods menu

Screenshots and Videos

No response

Crash Report or Log

https://pastebin.com/FwT7Ukak

Operating System

Ubuntu

Mod Version

0.5.0g

Minecraft Version

1.19.2

Forge Version

43.1.65

Other Mods

No response

Additional Context

No response

commented

This has nothing to do with Sodium or Rubidium. It is crashing because it cannot apply a mixin. I was told some time ago that refmaps are automatically remapped but it did not work in this case.

You can try to add

property 'mixin.env.remapRefMap', 'true'
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"

to every block in the minecraft.runs block in build.gradle. Check the 1.16 branch of Create for an example.