trollface
This commit is contained in:
parent
2aea7039a7
commit
2c0a0f40cf
2 changed files with 4 additions and 6 deletions
17
resources/asajs.config.js
Normal file
17
resources/asajs.config.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* Configuration object for the AsaJS build process.
|
||||
* @type {import('asajs/config.d.ts').Config}
|
||||
*/
|
||||
export 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,
|
||||
},
|
||||
}
|
||||
Reference in a new issue