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 ofpack.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
andSquare (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
andDimensional 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):
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.