trollface
This commit is contained in:
parent
2aea7039a7
commit
2c0a0f40cf
2 changed files with 4 additions and 6 deletions
|
|
@ -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 }
|
||||
Reference in a new issue