Missing Mixins
Closed this issue ยท 1 comments
Heyo
Saw this in my log, thought you might like to know. I was not in a development environment.
[main/WARN] [mixin/]: Reference map 'cookingforblockheads.refmap.json' for cookingforblockheads.mixins.json could not be read. If this is a development environment you can ignore this messageVersions
- Minecraft: 1.20.1
- Forge: 47.4.10
- CookingForBlockheads: 16.0.14
This is caused by the mod including an empty mixin configuration and is harmless. However I don't want to remove the mixin setup because that would create extra work re-adding it should the need for mixins arise.
Ideally Mixin would only log these warnings if the mod actually defines any mixins, but this warning can be safely ignored in 99% of cases.