From cce10a60ea987999bef3c7aa21918bc3267461f3 Mon Sep 17 00:00:00 2001 From: "Christopher M." Date: Mon, 6 Apr 2026 12:27:26 +1000 Subject: [PATCH] Adds `tattoos.json` and `extra_blendable_faces` in `addons.json` --- vMenuServer/config/addons.json | 1 + vMenuServer/config/tattoos.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 vMenuServer/config/tattoos.json diff --git a/vMenuServer/config/addons.json b/vMenuServer/config/addons.json index b2f1a7509..e54649b6b 100644 --- a/vMenuServer/config/addons.json +++ b/vMenuServer/config/addons.json @@ -7,6 +7,7 @@ "addonpedname1", "addonpedname2" ], + "extra_blendable_faces": [], "weapons": [ "addonweaponname1", "addonweaponname2" diff --git a/vMenuServer/config/tattoos.json b/vMenuServer/config/tattoos.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/vMenuServer/config/tattoos.json @@ -0,0 +1 @@ +[] \ No newline at end of file