Shimmer Support Layer
The Shimmer Support Layer mod extends Shimmer compatibility with various modifications and simplifies the process of adding support for any add-ons.
Automatic Support Generation
Starting from version 0.9.0, you can automatically create support for all installed mods using the /generateShimmerSupport command. After executing the command, be sure to restart the game.
Types of Mod Support
Compatibility is divided into three categories:
- Manual Configuration - each color is carefully selected and adjusted for the best visual effect, all items and blocks are added (some may be excluded)
- Semi-Automatic - support is generated automatically with additional manual adjustments
- Automatic - basic support for most blocks and some items
Currently, fully manual support is not available.
Mods with Semi-Automatic Support
| Name | Description | Platforms | Authors |
|---|---|---|---|
| Vanilla Minecraft | Base game with partial support in Shimmer | All | Mojang |
| Another Furniture | Mod with furniture in vanilla style | Fabric, Forge | crispytwig, Synthestra |
| BetterEnd | Large-scale End update (requires caution - affects performance) | Fabric | quiqueck |
| BetterNether | Nether update version 2.0 | Fabric | quiqueck |
Quick Support Setup
- Launch Minecraft with SSL and all required mods, in the world execute the
/generateShimmerSupportcommand - DONE! Restart the game - support will be added
- To improve the result and help with development:
- Download SSL source code
- Copy the contents of the
java_code.txtfile (located in{game directory} > config > shimmer > compatitbility) to the JAVA classSemiAutomaticSupport"*(located insrc > client > java > io > github > mikip98 > automation > modSupport > SemiAutomaticSupport.java) - Make necessary changes
- Create a pull request or issue on the project's GitHub
Development Plans
- Adding support for cauldrons
- Fixing issues with vanilla Minecraft support
- Improving item sources and colored lighting
- Developing an improved color bias function
- Adding configuration for additional customization
- Improving automatic bloom (creating resource pack with texture masks)
- Automatic generation of resource packs for vanilla game
- Adding option to combine color references with blocks
Acknowledgments
- Tanehu98
- ob (obsj)