| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-26 | Compress (losslessly) images with optipng, without changing the colorspace ↵ | Raven Szewczyk | |
| (#1691) | |||
| 2021-05-21 | feat(render): support all basic machines glow | Léa Gris | |
| Support glow textures on all sides and states of basic machines. When a glow is irrelevant, a blank placeholder still maintain support for customization from resource packs. | |||
| 2021-04-27 | tidy(json): all .mcmeta and .info | Léa Gris | |
| Normalise all these json files with jq Used Linux shell ```sh find ./src -type f \( -iname '*.mcmeta' -o -iname '*.info' \) -execdir bash -c ' for f; do if jq "." "$f" >/tmp/a.json; then cat /tmp/a.json >"$f"; fi; done; rm -f -- /tmp/a.json ' _ {} +; ``` | |||
| 2015-10-18 | Move source directory | Shawn Buckley | |
