Fix package of ComputerCraft

This commit is contained in:
apemanzilla 2018-03-29 17:31:01 -04:00
parent f745e01464
commit b10b9e9d75
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"description": "Bindings for the Lua APIs of the ComputerCraft mod for Minecraft",
"version": "1.0.2",
"classPath": "src",
"releasenote": "Fixes missing @:luaDotMethod on TerminalObject",
"releasenote": "Fixes missing @:luaDotMethod on TerminalObject and package for ComputerCraft",
"contributors": [
"apemanzilla"
]

View File

@ -1,4 +1,4 @@
package src.cc;
package cc;
@:native("_G")
extern class ComputerCraft {