build system

This commit is contained in:
Asaki Yuki 2026-02-02 15:12:31 +07:00
parent 33a13cb1cc
commit 5730c94552
10 changed files with 32023 additions and 19272 deletions

View file

@ -4,11 +4,14 @@
*/
export const config = {
packinfo: {
name: "AsaJS",
name: "AsaJS - Installer Test",
description: "Create your Minecraft JSON-UI resource packs using JavaScript.",
version: [4, 0, 0],
},
compiler: {
enabled: true,
linked: false,
autoImport: true,
autoEnable: true,
importToPreview: false,
},
}