bump api version number; added private constructor to CreativeTab api class

This commit is contained in:
Florian Nücke 2014-03-06 17:57:16 +01:00
parent 37911e04d9
commit 2429733d04
2 changed files with 4 additions and 1 deletions

View File

@ -12,4 +12,7 @@ public final class CreativeTab {
* Changed to the actual tab if OC is present.
*/
public static CreativeTabs Instance = CreativeTabs.tabRedstone;
private CreativeTab() {
}
}

View File

@ -37,5 +37,5 @@
@cpw.mods.fml.common.API(
owner = "OpenComputers|Core",
provides = "OpenComputersAPI",
apiVersion = "1.4.2")
apiVersion = "1.4.3")
package li.cil.oc.api;