Add Lua Support

This commit is contained in:
Chaoscaot
2023-06-06 22:36:58 +02:00
parent b74cb2e053
commit 126ac736ae
18 changed files with 140 additions and 611 deletions

View File

@ -7,8 +7,7 @@
],
"client": [
"KeyboardMixin",
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin"
"ClientPlayerEntityMixin"
],
"injectors": {
"defaultRequire": 1

View File

@ -6,7 +6,8 @@
"name": "Advanced Scripts",
"description": "An addition to the Steamwar script system!",
"authors": [
"zOnlyKroks"
"zOnlyKroks",
"Chaoscaot"
],
"license": "AGPL-3.0",
"environment": "client",