From b10b9e9d75feb5ee99e54b7643d3af4b723e36d4 Mon Sep 17 00:00:00 2001 From: apemanzilla Date: Thu, 29 Mar 2018 17:31:01 -0400 Subject: [PATCH] Fix package of ComputerCraft --- haxelib.json | 2 +- src/cc/ComputerCraft.hx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 0f2bd2e..a6aa7f6 100644 --- a/haxelib.json +++ b/haxelib.json @@ -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" ] diff --git a/src/cc/ComputerCraft.hx b/src/cc/ComputerCraft.hx index 225d056..c4793a4 100644 --- a/src/cc/ComputerCraft.hx +++ b/src/cc/ComputerCraft.hx @@ -1,4 +1,4 @@ -package src.cc; +package cc; @:native("_G") extern class ComputerCraft {