Remove Fabric API dependencies #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove the
modImplementationof the full fabric API, and remove"fabric": "*"from the example mod'sfabric.mod.json.Leaving the fabric API in the example mod means that many mods depend on the full Fabric API, even when they don't use all of API's modules.
This issue is part of a plan to improve depending on Fabric API.
I think one possibility would be to add commented out dependencies on every existing API module. That way, enabling modules just takes a few keystrokes, and discoverability stays high.
Until a solution is written up and accepted, I would say no.
@Pyrofab JSON doesn't allow comments.