Cooking for Blockheads

Cooking for Blockheads

154M Downloads

Missing Mixins

Closed this issue ยท 1 comments

commented

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 message

Versions

  • Minecraft: 1.20.1
  • Forge: 47.4.10
  • CookingForBlockheads: 16.0.14
commented

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.