Fix package of ComputerCraft
This commit is contained in:
parent
f745e01464
commit
b10b9e9d75
@ -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"
|
||||
]
|
||||
|
@ -1,4 +1,4 @@
|
||||
package src.cc;
|
||||
package cc;
|
||||
|
||||
@:native("_G")
|
||||
extern class ComputerCraft {
|
||||
|
Loading…
Reference in New Issue
Block a user