HomeJavaModsApertureMapsLib
ApertureMapsLib
ModsJava

ApertureMapsLib

by ArchangelD · on Modrinth

ApertureMapsLib — a library for Minecraft Forge 1.12.2 that allows safely using large rectangular textures in the vanilla atlas.

⬇ Download on Modrinth
ApertureMapsLib — screenshot 1

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:

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?


Requirements


Who is this for?

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


Important


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

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more