config
This commit is contained in:
parent
4ad9e832bd
commit
a2ad1bf977
9 changed files with 37 additions and 20 deletions
|
|
@ -3,7 +3,12 @@
|
|||
* @type {import('asajs/config.d.ts').Config}
|
||||
*/
|
||||
export const config = {
|
||||
packinfo: {
|
||||
name: "AsaJS",
|
||||
description: "Create your Minecraft JSON-UI resource packs using JavaScript.",
|
||||
},
|
||||
compiler: {
|
||||
enabled: true,
|
||||
linked: false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue