Backport #2755 for 1.19-1.19.2
DragonOfMath opened this issue ยท 3 comments
Many mods not yet updated for 1.19.3+ would benefit from having APIs that are marked client-side only in their versions, as they can actually run server-side as well if the environment annotations weren't present.
See #2755 which does exactly this but only for 1.19.3 and above.
The whole point of removing the annotations in the source code is that they are added automatically by the build system (Loom) anyway, since Fabric uses split source sets. Backporting that PR would change nothing for end users.
@Technici4n That PR fixed some issues with things wrongly marked as client-only. That part needs backporting.