The build.gradle in the deprecated directory was incorrectly trying to depend on the main project using fabric-api instead of quilted-fabric-api. This was causing build errors when trying include the quilted-fabric-api into projects. This changes has been present on most branches but is missing on 1.20.6 and 1.21
The
build.gradle
in the deprecated directory was incorrectly trying to depend on the main project usingfabric-api
instead ofquilted-fabric-api
. This was causing build errors when trying include thequilted-fabric-api
into projects. This changes has been present on most branches but is missing on1.20.6
and1.21