From 4d60f28578e57301be9b2f5ef7a431af1e43be42 Mon Sep 17 00:00:00 2001 From: TheAfroOfDoom Date: Fri, 26 Jan 2024 23:29:36 -0500 Subject: [PATCH] make `.ajmodel` files render as JSON --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index f7d940484..1acd8cb10 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,5 @@ resourcepack/assets/minecraft/models/item/white_dye.json linguist-generated resourcepack/assets/resourcepack.ajmeta linguist-generated datapacks/mathf/** linguist-vendored + +*.ajmodel linguist-language=JSON