Pane

A GUI library for Fabric: overlay tool windows over the running game, modal screens, 21 widgets, two-way data binding, and CSS-like theming, rendered entirely through Minecraft's own pipeline. No natives, no conflicts.
Back to Files

pane-fabric-0.4.0+1.21.8.jar

File namepane-fabric-0.4.0+1.21.8.jar
Uploader
EthRocky_EthRocky_
Uploaded
Aug 25, 2026
Downloads
5
Size
139.6 KB
Mod Loaders
Fabric
File ID
8735184
Type
R
Release
Supported game versions
  • 1.21.8

Curse Maven Snippet

Fabric

modImplementation "curse.maven:pane-1658418:8735184"

Learn more about Curse Maven

What's new

  • copy and paste in text fields — Ctrl+C copies the field, Ctrl+X cuts it, Ctrl+V pastes at the caret, using your real OS clipboard
  • windows stay clickable when another mod frees the cursor (Flashback's replay editor, Axiom) — clicks off-window still go to whoever owns the cursor. Mods embedding Pane can opt out with PaneOverlay.setInteractWithExternalCursor(false)
  • right-clicking a row that's part of a multi-selection keeps the selection instead of collapsing it
  • every version and loader now builds from one shared source tree, so fixes land everywhere at once

This mod has no related projects