Fabric API

Fabric API

152M Downloads

Fabric Model Loading API (v1) for 1.21.5 is Missing the `"fabric-api:module-lifecycle"` Custom Metadata

dicedpixels opened this issue ยท 1 comments

commented

It appears to have been removed through the 1.21.5 FRAPI port: 4e7a6c5#diff-d2ec982fc6f3d7b37dd9e7170514648d9e63070e23fb88622e7dd3ec0d06934fL31

Pepper confirmed this was not intentional.

commented

This should have caused the build to fail, we should also look into why this didnt:

* Verifies that each module has the required custom values for module lifecycle in it's FMJ.
*
* <p>Example:
* <pre>{@code
* "custom": {
* "fabric-api:module-lifecycle": "stable"
* }
* }</pre>