Skip to content

Commit

Permalink
Adding variables
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Mar 23, 2024
1 parent d62a628 commit 2680ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MolangData/Attachables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down

0 comments on commit 2680ce5

Please sign in to comment.