Remove Fabric API dependencies #55

Open
opened 2020-05-29 20:17:37 +00:00 by kvverti · 3 comments
kvverti commented 2020-05-29 20:17:37 +00:00 (Migrated from github.com)

Remove the modImplementation of the full fabric API, and remove "fabric": "*" from the example mod's fabric.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.

Remove the `modImplementation` of the full fabric API, and remove `"fabric": "*"` from the example mod's `fabric.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](https://gist.github.com/kvverti/3fc6a05d974210f785a9a751d5e0ae28).
Pyrofab commented 2020-05-29 21:25:59 +00:00 (Migrated from github.com)

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.

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.
i509VCB commented 2020-05-29 21:38:27 +00:00 (Migrated from github.com)

Until a solution is written up and accepted, I would say no.

Until a solution is written up and accepted, I would say no.
eehunter commented 2021-06-28 18:32:34 +00:00 (Migrated from github.com)

@Pyrofab JSON doesn't allow comments.

@Pyrofab JSON doesn't allow comments.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Steven/fabric-example-mod#55