Just to note, that Fabric Loader can be used on games other than Minecraft.
Requiring Minecraft while not even using anything related to Minecraft, makes the mod not load on other games that might use/have Fabric Loader. While the mod should often be able to load just fine.
I did test on my own game, but I couldn't manage to cause a Mixin injection conflict.
(I did remove the minecraft dependency from fabric.mod.json beforehand.)
But so far I have read the source code, there's a high chance it would work on non-Minecraft games.
Just to note, that Fabric Loader can be used on games other than Minecraft. Requiring Minecraft while not even using anything related to Minecraft, makes the mod not load on other games that might use/have Fabric Loader. While the mod should often be able to load just fine.
I did test on my own game, but I couldn't manage to cause a Mixin injection conflict. (I did remove the
minecraft
dependency fromfabric.mod.json
beforehand.)But so far I have read the source code, there's a high chance it would work on non-Minecraft games.