promotional bannermobile promotional banner

Borderless Window

Borderless fullscreen with a 3-mode system and configurable F11, plus a growing set of video and quality-of-life options Minecraft doesn't expose. Every setting defaults to vanilla. Client-side, no dependencies, optional Sodium integration.
Back to Files

BorderlessWindow-1.5.0.jar

File nameborderlesswindow-1.5.0.jar
Uploaded
Aug 2, 2026
Downloads
213
Size
69.6 KB
Mod Loaders
NeoForge
File ID
8563584
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:borderless-window-1605714:8563584"

Learn more about Curse Maven

What's new

1.5.0 — Enchantment level numerals

Enchantment levels above X showed raw text instead of a number: a Looting 11 book read "Looting enchantment.level.11". Levels are legal all the way to 255, but Minecraft only ships names for the first ten.

This fixes it and adds a style option with three values:

  • Mixed (default): Roman numerals up to X, plain numbers past it. This is the fix on its own — nothing you already see changes.
  • Always Roman: generated numerals at every level, XI through CCLV.
  • Always Numbers: plain numbers at every level, including 1-10.

Mixed defers to the language file whenever a translation exists, so resource packs that do name high levels keep working. The other two are explicit choices and always generate.

Implementation: WrapOperation (MixinExtras) wraps the single Component.translatable call inside Enchantment.getFullname, capturing the target method's own level parameter instead of parsing it back out of the key. The guard above that call is untouched, so single-level enchantments like Mending still show no number, and returning the original Operation leaves vanilla's component identical whenever no override applies. One injection covers item tooltips, enchanted books and the enchanting table.

New enchantment/ package (EnchantmentLevelStyle, EnchantmentLevelState, EnchantmentLevelFormatter) plus mixin/EnchantmentMixin, wired into both UIs, the config file and the three lang files.

This mod has no additional files