Fix package of ComputerCraft
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"description": "Bindings for the Lua APIs of the ComputerCraft mod for Minecraft",
|
"description": "Bindings for the Lua APIs of the ComputerCraft mod for Minecraft",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"classPath": "src",
|
"classPath": "src",
|
||||||
"releasenote": "Fixes missing @:luaDotMethod on TerminalObject",
|
"releasenote": "Fixes missing @:luaDotMethod on TerminalObject and package for ComputerCraft",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"apemanzilla"
|
"apemanzilla"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package src.cc;
|
package cc;
|
||||||
|
|
||||||
@:native("_G")
|
@:native("_G")
|
||||||
extern class ComputerCraft {
|
extern class ComputerCraft {
|
||||||
|
|||||||
Reference in New Issue
Block a user