Shimmer Support Layer
⚪ Last updated 2024⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (4 images)
🔍 Analysis
- 👍 0.4% endorsement rate
- 🏆 #258 of 282 decoration mods in this game by downloads
📋 About This Mod
# Shimmer Support Layer ShimmerSupportLayer is a mod that add Shimmer compatibility to multiple mods.</br> And simplyfies the process for adding support for any given mod. ## As of version 0.9.0 of SSL auto support for all mods can be generated using command `/generateShimmerSupport` ***Run the command and restart the game*** ## Mods with added compatibylity <sup>*(This mod needs to be installed alongside shimmer and other mods)*</sup> ### As of version 0.9.0 support is divided into 3 categories: - Hand-made <sup>(Every color has been hand-picked and tweaked to look as good as possible, every item and block has beed added, or some may have been removed)</sup> - Semi-auto <sup>(Mods that have support generated automatically, but with some manual changes)</sup> - automatic <sup>(Automatic basic support for most of the block and some items)</sup> ### Currently there is none hand-made support for anything :( ### List of mods with SemiAutomatic support: | Name | Description | Platforms | Links | Authors | | --- | :---: | :---: | :---: | :---: | | (https://www.minecraft.net) | The game we all love ;)</br>*(Some support is included in Shimmer, but not full)* | All | (https://www.minecraft.net) | Mojang | | (https://modrinth.com/mod/another-furniture) | Vanilla-styled furniture mod. | Fabric, Forge | (https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Modrinth.png)](https://modrinth.com/mod/another-furniture) (https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/starfish-studios/AnotherFurniture) | crispytwig, Synthestra | | (https://modrinth.com/mod/betterend) | End overhaul</br>*(Though technically with native support, it does not work)*</br>*(Be carefull! Performance intensive!)* | Fabric | (https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Modrinth.png)](https://modrinth.com/mod/betterend) (https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/quiqueck/BetterEnd) | quiqueck | | (https://modrinth.com/mod/betternether) | Nether update 2.0 | Fabric | (https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Modrinth.png)](https://modrinth.com/mod/betternether) (https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/quiqueck/BetterNether) | quiqueck | </br> ## How to quickly generate shimmer support for any mod using SSL? 1. Run Minecraft with SSL and all the mods you want to add support for. After entering a world run command `/generateShimmerSupport`. 2. __DONE!__ Now restart the game and support should be added! 3. If you want to improve the result and maybe help develop better support by sharing the support on the project's github you need to: 1. Download Source code of SSL. 2. Copy the content of `java_code.txt` file <sup>(located in *'{game directory} > config > shimmer > compatitbility'*)</sup> to `SemiAutomaticSupport"*` JAVA class <sup>(located in *'src > client > java > io > github > mikip98 > automation > modSupport > SemiAutomaticSupport.java'*)</sup> 3. Change any values you want. 4. Now if you want to share your support, create a pull request or an issue on our github :) </br> ## Roadmap: - add support for cauldrons, - fix vanilla Minecraft support not working <sup>*(it is probably some issue of 'Shimmer' itself because 1 in 1000 restarts it works properly)*</sup>, - improve item source, coloured lights, - write better colour bias function, - add config for additional customization and applying fixes, - improve automatic bloom (auto create a resource pack with texture masks)\ - automatic resourcepack generation *(for vanilla MC)* - add an option to unseparate color reference from block *(somehow fixes some mods)* <br> ## Special thanks to: - (https://www.curseforge.com/members/tanehu98) - ob (obsj)
# Shimmer Support Layer
ShimmerSupportLayer is a mod that add Shimmer compatibility to multiple mods. And simplyfies the process for adding support for any given mod.
## As of version 0. 9. 0 of SSL auto support for all mods can be generated using command `/generateShimmerSupport`
Run the command and restart the game
## Mods with added compatibylity
(This mod needs to be installed alongside shimmer and other mods)
### As of version 0. 9. 0 support is divided into 3 categories: - Hand-made (Every color has been hand-picked and tweaked to look as good as possible, every item and block has beed added, or some may have been removed) - Semi-auto (Mods that have support generated automatically, but with some manual changes) - automatic (Automatic basic support for most of the block and some items)
### Currently there is none hand-made support for anything :(
### List of mods with SemiAutomatic support:
| Name | Description | Platforms | Links | Authors | | --- | :---: | :---: | :---: | :---: | | (https://www.minecraft.net) | The game we all love ;)(Some support is included in Shimmer, but not full) | All | (https://www.minecraft.net) | Mojang | | (https://modrinth.com/mod/another-furniture) | Vanilla-styled furniture mod. | Fabric, Forge | [!(https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Modrinth.png)](https://modrinth.com/mod/another-furniture) [!(https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/starfish-studios/AnotherFurniture) | crispytwig, Synthestra | | (https://modrinth.com/mod/betterend) | End overhaul(Though technically with native support, it does not work)(Be carefull! Performance intensive!) | Fabric | [!(https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Modrinth.png)](https://modrinth.com/mod/betterend) [!(https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/quiqueck/BetterEnd) | quiqueck | | (https://modrinth.com/mod/betternether) | Nether update 2. 0 | Fabric | [!(https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Modrinth.png)](https://modrinth.com/mod/betternether) [!(https://raw.githubusercontent.com/TheUsefulLists/assets/main/Images/Platform_Icons/Github.png)](https://github.com/quiqueck/BetterNether) | quiqueck |
## How to quickly generate shimmer support for any mod using SSL?
1. Run Minecraft with SSL and all the mods you want to add support for. After entering a world run command `/generateShimmerSupport`. 2. __DONE!__ Now restart the game and support should be added! 3. If you want to improve the result and maybe help develop better support by sharing the support on the project's github you need to: 1. Download Source code of SSL. 2. Copy the content of `java_code.txt` file (located in '{game directory} > config > shimmer > compatitbility') to `SemiAutomaticSupport"` JAVA class (located in 'src > client > java > io > github > mikip98 > automation > modSupport > SemiAutomaticSupport.java') 3. Change any values you want. 4. Now if you want to share your support, create a pull request or an issue on our github :)
## Roadmap:
- add support for cauldrons,
- fix vanilla Minecraft support not working (it is probably some issue of 'Shimmer' itself because 1 in 1000 restarts it works properly),
- improve item source, coloured lights,
- write better colour bias function,
- add config for additional customization and applying fixes,
- improve automatic bloom (auto create a resource pack with texture masks)\
- automatic resourcepack generation (for vanilla MC)
- add an option to unseparate color reference from block (somehow fixes some mods)*
## Special thanks to: - (https://www.curseforge.com/members/tanehu98) - ob (obsj)
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Miki-Liki
- Version
- 0.9.4-dev
- Downloads
- 4,199
- Endorsements
- 16
- Category
- decoration
- Created
- 1/15/2024
- Updated
- 5/29/2024
- Game Versions
- 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5
- Tags
- decoration, magic, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Shimmer Support Layer support?
The author lists 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6. Other versions may work but are untested by the author.
What is the latest version of Shimmer Support Layer?
Version 0.9.4-dev, published 2024-05-29 with 4,199 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await



