mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 10:21:45 -04:00
bump api version number; added private constructor to CreativeTab api class
This commit is contained in:
parent
37911e04d9
commit
2429733d04
@ -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() {
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
Loading…
x
Reference in New Issue
Block a user