Autochef's Delight

Autochef's Delight

11M Downloads

Missing hardcoded refmap file

Linguardium opened this issue ยท 5 comments

commented

Mod loader

NeoForge

Minecraft version

1.21.1

Mod version

current as of 19 Jun 2025

Modloader version

N/A

Modpack info

No response

[IMPORTANT] If bug:

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

[IMPORTANT] If bug: The latest.log file, not the crash report

No response

Issue description

refmap file reference is hardcoded into the mixin json file but no refmap file is provided (in NeoForge release).

If a refmap is not required, and the chosen toolchain doesn't handle dynamic refmap entries, and it is still desirable to hardcode for the unnecessary refmap, then an empty refmap should be provided when refmaps are not needed.

"refmap": "autochefsdelight.refmap.json",

commented

I'd be happy to merge a pull request for this. But honestly, I don't want to spend my time on something like this

commented

Yeah, but I want to keep it as consistent with fabric as possible

commented

If a refmap is not required, and the chosen toolchain doesn't handle dynamic refmap entries, and it is still desirable to hardcode for the unnecessary refmap, then an empty refmap should be provided when refmaps are not needed.

Then you need to handle the invalid configuration by either making it valid with a refmap on platforms that dont need one, or removing the refmap reference here and supplying it programmatically in a mixin config plugin with a platform check

commented

What is the consequence?

commented

unnecessary errors in logs