ADudeCalledLeo
ADudeCalledLeo
* Have the "Repository" field populate `contact.sources` rather than custom field `contact.repo`
* Have the "Website" field populate `contact.homepage` rather than custom field `contact.website`
Try running `haxelib run lime setup`. That should allow Powershell to run `lime` commands.
AFAIK, the established Fabric standard for this is [Amecs API](https://github.com/Siphalor/amecs-api).
Try replicating this issue with Lithium alone, please.
If I'm reading this right, the mod that wants to mix into another mod needs to opt-in. How would we specify that? Do we just stick a ```json "iWantToMixinIntoTheseMods": ["mod1",...
I am all for the IDE yelling at me for being dumb /joke-but-not-really IMO, we should start using these.
Another vote towards `enchanting_boosters` from me.
Note that `ArmorFeatureRendererMixin` is somewhat similar to [Fabric API's `MixinArmorFeatureRenderer`](https://github.com/FabricMC/fabric/blob/1.16/fabric-rendering-v1/src/main/java/net/fabricmc/fabric/mixin/client/rendering/MixinArmorFeatureRenderer.java). Do my changes make it unique enough, or should I add a Fabric license header to it too?
3 out of 5 injections are copied directly from Fabric API, but those copied injections are 2 lines each at most. I'll add the license header, just to be safe.