Back to mods
ApertureMapsLib project artwork

CurseForge · Minecraft mod

ApertureMapsLib

ApertureMapsLib — a library for Minecraft 1.12.2 that removes the limitations of Minecraft's vanilla texture system, enabling support for large and non-square textures.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ApertureMapsLib release should I use?

Updated last month
Latest stable file ApertureMapsLib1.12.2-1.0.0.jar
Game version 1.12.2
Loader Forge

ApertureMapsLib1.12.2-1.0.0.jar targets 1.12.2 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is ApertureMapsLib required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does ApertureMapsLib1.12.2-1.0.0.jar need?

ApertureMapsLib1.12.2-1.0.0.jar. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add ApertureMapsLib without breaking your instance.

Built for ApertureMapsLib1.12.2-1.0.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use ApertureMapsLib1.12.2-1.0.0.jar. It targets 1.12.2 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside ApertureMapsLib1.12.2-1.0.0.jar. It opens that exact file at the source.

About this project

What does ApertureMapsLib add?

ApertureMapsLib is a library for Minecraft Forge 1.12.2 that allows large rectangular textures to be used safely in the vanilla atlas.

Demonstration of non-standard textures in the game - on blocks

If you create wallpapers, panels, tiles, or other patterns that span multiple blocks at once (for example 7×4 or 20×12), you may have run into issues like these:

  • texture loading crashes
  • cropped or corrupted textures in the atlas
  • visual seams and artifacts
  • incorrect behavior with CTM

This library is designed specifically to solve those cases.


How does it work?

The library does not require any code integration.
You only need to place a .png.mcmeta file next to the texture:

{
  "aperturemapslib": true
}

Example with ConnectedTexturesMod (CTM) Pattern size: 10×5 blocks

{
  "ctm": {
    "ctm_version": 1,
    "type": "pattern",
    "extra": {
      "width": 10,
      "height": 5
    }
  },
  "aperturemapslib": {
    "enabled": true
  }
}

After that, the fixes are applied automatically only to the textures that need them.


What does the library do?

  • Allows rectangular textures to be used without errors
  • Protects them from cropping and atlas conflicts
  • Disables problematic transformations such as rotation and scaling
  • Fixes pattern-rendering issues when CTM is present

Requirements

  • Minecraft 1.12.2
  • Forge 14.23.x
  • CTM (ConnectedTexturesMod)

Who is this for?

Modders working with non-standard textures and creating their own block mods with CTM support.


Important

  • Use the library only where it is actually needed
  • The atlas may become larger in size — this is the normal tradeoff for correct rendering

Credits

Special thanks to the Chisel Team for ConnectedTexturesMod (CTM), which inspired part of the solution and made pattern textures possible in the first place.

Project Telegram channel: KharkivTiles 1:1

GitHub: Github/ApertureMapsLib

Project description from CurseForge.

Pick your setup

ApertureMapsLib by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

ApertureMapsLib versions and loaders

1 of 1 releases match

Looking for an older file? The official CurseForge project page is in Resources.