aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech/textures/blocks/fluids/fluid.steam.png.mcmeta
AgeCommit message (Collapse)Author
2021-04-27tidy(json): all .mcmeta and .infoLé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-18Move source directoryShawn Buckley