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
(This mod needs to be installed alongside shimmer and other mods)
- 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)
Name | Description | Platforms | Links | Authors |
---|---|---|---|---|
Vanilla Minecraft | The game we all love ;) (Some support is included in Shimmer, but not full) |
All | web | Mojang |
Another Furniture | Vanilla-styled furniture mod. | Fabric, Forge | crispytwig, Synthestra | |
BetterEnd | End overhaul (Though technically with native support, it does not work) (Be carefull! Performance intensive!) |
Fabric | quiqueck | |
BetterNether | Nether update 2.0 | Fabric | quiqueck |
- Run Minecraft with SSL and all the mods you want to add support for. After entering a world run command "/generateShimmerSupport".
- DONE! Now restart the game and support should be added!
- If you want to improve the result and mayby help develop better support by sharing the support on the projects github you need to:
- Download Source code of SSL.
- 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')
- Change any values you want.
- Now if you want to share your support, create a pull request or an issue on our github :)
- add support for cauldrons,
- fix vanilla Minecraft support not working (it is probably some issue of 'Shimmer' itself because 1 in 200 restarts it works properly),
- improve item source, coloured lights,
- write better colour bias function,
- add config for additional customization and applying fixes,
- add bloom support?