[ESC] Extra Special Core

ExtraSpecialCore bundles shared fonts and GUI helpers (EscText, EscButtons, EscSearchBox, panels) so Creatopia mods stay consistent. Library only—install when another mod lists it as required.

File Details

extraspecialcore-1.2.1.jar

  • R
  • Jul 4, 2026
  • 2.93 MB
  • 8.4K
  • 1.20.1
  • Forge

File Name

extraspecialcore-1.2.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:esc-extra-special-core-1535889:8371906")

Learn more about Curse Maven

ExtraSpecialCore 1.2.1

Changes:

  • EscLayoutSpec.centeredPairLeft / centeredPairRight — helpers for a horizontally centred pair of widgets (e.g. side-by-side tabs) from a single row anchor.
  • Unit tests — EscLayoutTest covers centred-pair offsets against legacy screen-centre math.
  • LAYOUT_MIGRATION.md — documented centred tab-pair pattern for consumer mods.