build system
This commit is contained in:
parent
33a13cb1cc
commit
5730c94552
10 changed files with 32023 additions and 19272 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue