trollface

This commit is contained in:
Asaki Yuki 2026-02-09 17:14:00 +07:00
parent 2aea7039a7
commit 2c0a0f40cf
2 changed files with 4 additions and 6 deletions

View file

@ -1,19 +0,0 @@
/**
* Configuration object for the AsaJS build process.
* @type {import('asajs/config.d.ts').Config}
*/
const config = {
packinfo: {
name: "AsaJS",
description: "Create your Minecraft JSON-UI resource packs using JavaScript.",
version: [4, 0, 1],
},
compiler: {
enabled: true,
autoImport: true,
autoEnable: true,
importToPreview: false,
},
}
module.exports = { config }