From 2680ce5424c67c882881e59d04f4c01d25f42abc Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 23 Mar 2024 08:10:11 +0100 Subject: [PATCH] Adding variables --- src/MolangData/Attachables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MolangData/Attachables.ts b/src/MolangData/Attachables.ts index 45da617..46b5dfa 100644 --- a/src/MolangData/Attachables.ts +++ b/src/MolangData/Attachables.ts @@ -3,7 +3,7 @@ import { Data } from "./Data"; /**Molang data for animations controllers*/ export namespace Attachables { /**The list of usable variables for this specific type*/ - export const Variables: Data[] = []; + export const Variables: Data[] = [{id: "is_enchanted"}]; /**The list of specific contexts usable for this specific type*/ export const Contexts: Data[] = [{ id: "is_first_person" }, { id: "item_slot" }]; /**The list of usable temp variables for this specific type*/