Recruits Debug Screen Pose Fix 1.0.0
Minecraft 1.20.1 / Forge 47.x / Villager Recruits 1.15.2

INSTALL:
Place RecruitsDebugScreenPoseFix-1.0.0-forge-1.20.1.jar in the client mods folder.
The patch is client-side; the server does not need this JAR.

FIX:
Villager Recruits' DebugInvScreen scales the GUI PoseStack and calls popPose()
without first calling pushPose(). This mod injects the missing pushPose() at the
start of the screen's renderLabels method, balancing the existing popPose().
