StartsMercury

Results 6 issues of StartsMercury

### Brand Name Modrinth ### Website https://modrinth.com ### Popularity Metric ![image](https://user-images.githubusercontent.com/89975834/172771894-c44e232a-5a7c-4596-9bc7-e2ea3c5c77d6.png) **Global Rank:** 82,584 ### Official Resources for Icon and Color svg: https://github.com/modrinth/knossos/blob/master/assets/images/logo.svg color: (Found in https://github.com/modrinth/knossos/blob/master/assets/styles/global.scss) - dark-mode: [`#1bd96a`...

new icon

- old: #174 (accidentally fetched from 1.19 instead of 1.18)

I just tested by swapping the versions 0.0.11, 0.0.12, and 0.0.13. Both 0.0.12 and 0.0.13: `javafx.graphics cannot be resolved to a module`

- [ ] #8 - [ ] #113

enhancement
need more info
medium priority

Commit [79162e3925 – Add entity-like shading button to config screen](https://github.com/StartsMercury/simply-no-shading/tree/79162e3925cbfc25956b9a6d6067ec12b479181b) added a new translation key `simply-no-shading.config.option.experimentalEntityLikeShading`, which maps to `Experimental Entity-like Shading...` by default. The following languages are yet to...

enhancement
low priority

`Color.ORANGE` is to `mycolor.setToOrange()` Add setter equivalents to using the mutable static fields. It's one of many attempt to workaround the mutable static final fields Of the Color class. ```java...