Перейти к содержимому
Mineforgian

Stack 'Em

A FoxLoader (ReIndev) mod that adds support for stacked (multiple) texturepacks

Загрузки
437
Подписчики
0
Обновлён
14 июля 2025 г.
Лицензия
Apache-2.0

Опубликован 17 июня 2025 г.

StackEm (Stack 'Em)

A FoxLoader (ReIndev) modification which allows to load and use several texturepacks simultaneously and adds customization features!

This is achieved by replacing a standard ITexturePack instance with custom one that handles multiple zip files I/O operations. All injections & source code manipulations are done within Mixins.

Features:

  • Texturepack stacking and ordering: several texturepacks can be enabled simultaneously and ordered, and the game will respect the order during resource fetching.
  • Additional description file: The mod adds support for own additional texturepack description file stackem.json that aims to add more information on top of pack.txt. Check the guide page for more information!
  • Custom item textures swap: Like in Optifine, you can put a different texture into an item based either on its' display name or its' metadata value. Also, you can change the armor texture with this way. Check the guide page for a tutorial and more information!
  • Texture gluing: the mod will try to combine textures that's been changed by texturepacks by comparing against vanilla texture (see list of textures below). This is very helpful for micro texturepacks that change HUD textures, such as Transgender Hearts Texturepack and Square (Aim) Dot, etc., as they change the same texture file!
    • /textures/gui/effects.png
    • /textures/gui/gui.png
    • /textures/gui/icons.png
    • /textures/gui/web_buttons.png
    • /textures/gui/hud/hud.png
    • /textures/gui/stats/slot.png
    • /textures/environment/particles.png
  • Expanded moon and sun textures: The mod provides an expansion for moon and sun textures, allowing for custom cycles, cycle ordering and a celestial scaling. Check the guide page for more info!
  • Patched some GUI textures: Forge and Dimensional Chest now have their own dedicated GUI textures:
    • /textures/gui/container/forge.png
    • /textures/gui/container/dimensional_chest.png
  • Patched sound reloading: Now sound files withing texturepacks are fully reloaded on update, which fixes some audio related bugs.

Screenshots (more in Gallery section):

Texturepacks menu GUI

Installation

Ensure you have FoxLoader installed. Click at the link and follow instructions (Installation section). Or in a nutshell, grab *-mmc.zip file and export it to MultiMC/PrismLauncher.

Simply download a .jar file and put it inside mods folder. That's all.

Sources & License

The mod's sources are publicly available and licensed under Apache License 2.0. Just check the right side of this page for Links section.

Ченджлог

0.3.8Релизb1.7.3 · 14 июля 2025 г.

Binary files were automatically built via GitHub Actions. Click here to see the repository's actions page

This mod uses FoxLoader! It uses custom ReIndev mod loader.

Hot-Fix Reupload: Forgot to include modules during compilation...

[0.3.8] - 2025-07-14

View changes between 0.3.7 with 0.3.8

  • Major internal code changes: the JSON processors are more robust to unexpected json code of texturepacks, can print more-or-less comprehensive error description with a stacktrace.
  • Fixed some typos and internal identifier strings (sorry if someone had to face crashes).
0.3.7Релизb1.7.3 · 12 июля 2025 г.

Binary files were automatically built via GitHub Actions.

This mod uses FoxLoader! It uses custom ReIndev mod loader.

[0.3.7] - 2025-07-12

View changes between 0.3.6 with 0.3.7

  • Some internal code changes: now the JSON parsing code should be much more stable.
  • Removed "id" tag from /stackem.items.json json file: the "item" tag replaces its' functionality and handles both cases.
  • Added Eternal Pride option in configs (enabled by default), which forces some textures (at this moment reindev logo at the main menu) to use pride variants.
  • Added Hide Tilde option in configs (disabled by default), which allows you to hide the tilda at the beginning of custom item names.
  • Added support to change the F10 (force default textures) key in Controls menu.
  • Added custom armor texture support. Check updated docs for more info!
0.3.6Релизb1.7.3 · 6 июля 2025 г.

Binary files were automatically built via GitHub Actions.

This mod uses FoxLoader! It uses custom ReIndev mod loader.

[0.3.6] - 2025-07-06

View changes between 0.3.5 with 0.3.6

  • Added patch to provide custom GUI textures for Forge and Dimensional Chest:
    • Forge: /textures/gui/container/forge.png
    • Dimensional Chest: /textures/gui/container/dimensional_chest.png
  • Added "priority" parameter to item texture swapping
0.3.5Релизb1.7.3 · 6 июля 2025 г.

Binary files were automatically built via GitHub Actions.

This mod uses FoxLoader! It uses custom ReIndev mod loader.

[0.3.5] - 2025-07-06

View changes between 0.3.4 with 0.3.5

  • Added support for custom texture swap of items based on either name or metadata value
  • Fixed a bug where modifications occur even with disabled texturepacks
  • Fixed a bug where the mod would literally crawl non .zip files and try to process them lmao
  • Fixed a bug where the mod would diabolically dictate own order of texturepacks for no reason
  • Optimized a code related to receiving info about texturepack folder zip files
  • Enforced UTF-8, so color chars could be read correctly
  • Updated toolchain to FoxLoader 2.0-alpha30 (ReIndev 2.9_03)
0.3.4Релизb1.7.3 · 2 июля 2025 г.

Binary files were automatically built via GitHub Actions.

This mod uses FoxLoader! It uses custom ReIndev mod loader.

[0.3.4] - 2025-07-03

View changes between 0.3.3 with 0.3.4

  • Experimental stackem.moon.json with the support of moon cycles!
  • Also, there is an equivalent stackem.sun.json that modifies the Sun!
  • Added CharMap interface that is... basically a list of possible standard font characters

Bug-fixes:

  • Refurbished resource debug output, now it looks fancier
  • Fixed a bug where sometimes texturepacks aren't loaded in order
  • Fixed a bug where a main menu texturepacks button wouldn't load modified gui
  • Fixed a typo: it's generic resources, not only audio stuff (in debug)
0.3.3Релизb1.7.3 · 29 июня 2025 г.

Binary files were automatically built via Github Actions.

View changes between 0.3.1 with 0.3.2

This mod uses FoxLoader! It uses custom ReIndev mod loader.

[0.3.3] - 2025-06-29

  • Added ability to toggle stacked textures by pressing F10. This is useful when you need to quickly toggle textures to see changes
  • The texturepack selection GUI has been slightly redesigned, now it looks better and bigger
  • Removed unnecessary stabs and code for "possible features" (they did not become possible)
  • Added stackem.json file support! Check README.md for more information and guides
0.3.2Релизb1.7.3 · 18 июня 2025 г.

Binary files were automatically built via Github Actions.

View changes between 0.3.1 with 0.3.2

This mod uses FoxLoader! It uses custom ReIndev mod loader.

[0.3.2] - 2025-06-18

  • Fixed a possible memory leak related to binding thumbnail images
  • Added Russian language support
  • Fancy logger, no System.out.println over the code
0.3.1Релизb1.7.3 · 17 июня 2025 г.

Binary files were automatically built via Github Actions.

This mod uses FoxLoader! It uses custom ReIndev mod loader.

[0.3.1] - 2025-06-17

  • Fixed a problem related to loading/unloading audio files in stacked texturepacks
  • Implemented force audio cleanup

Комментарии

Загружаем…