File Details
Tensura Skill Trainer 2.0.3 (Fabric)
- R
- Jun 5, 2026
- 48.39 KB
- 149
- 1.21.1
- Fabric
File Name
tensura-trainer-fabric-2.0.3.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Tensura Skill Trainer v2.0.3
An automation and utility mod for the Tensura: Reincarnated mod (built for Minecraft 1.21.1).
Bug Fixes & Improvements:
- High GUI Scale Support (Anti-Clipping): Added PoseStack scaling (
scale = width / containerWidth) on both the main screen and queue screen interfaces. The UI will now scale down gracefully if the virtual window width is less than the container width (560px for main, 460px for queue), preventing the left and right panels from being clipped off-screen at higher GUI scale settings. - Scaled Mouse Interaction Fix: Translated the screen mouse coordinates in click event handlers (
mouseClicked()) by the same scale factor, making all buttons, toggles, adjusters, and checkboxes fully clickable and aligned even when scaling is active. - Checkbox Overlap Fix in 6-Slot Queue Menu: Restructured the coordinate mapping of slot icon placeholders, titles, and checkboxes in the Auto-Learning Queue screen to be fully dynamic:
- In 6-Slot mode: Column 1 (Slots 1-3) checkbox/checkmark is at
chkX = lx + 102and Column 2 (Slots 4-6) icon starts aticonX = lx + 124, which completely prevents the Second Column's empty placeholders from overlapping and covering Column 1's checkboxes. - In 3-Slot mode: Preserves original layouts exactly as before (
iconX = lx + 8,chkX = lx + 116) to maintain UI compatibility when the Slots mod is not loaded.
- In 6-Slot mode: Column 1 (Slots 1-3) checkbox/checkmark is at