From 70a601c9ebd3183a9ea635e6611976d08c443c0f Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Tue, 9 Sep 2025 05:16:19 +0100 Subject: [PATCH] Show json files in language statstics - Also fix emerald_plush.png being executable for some reason --- .gitattributes | 4 ++++ .../mc_rebalance/textures/block/emerald_plush.png | Bin 2 files changed, 4 insertions(+) mode change 100755 => 100644 src/main/resources/assets/mc_rebalance/textures/block/emerald_plush.png diff --git a/.gitattributes b/.gitattributes index f811f6a..d7d560f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,7 @@ # are changed when only line endings change. src/generated/**/.cache/cache text eol=lf src/generated/**/*.json text eol=lf + +# Detect json files +*.json linguist-detectable +*.mcmeta linguist-detectable diff --git a/src/main/resources/assets/mc_rebalance/textures/block/emerald_plush.png b/src/main/resources/assets/mc_rebalance/textures/block/emerald_plush.png old mode 100755 new mode 100644