mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 01:10:19 -04:00
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
This commit is contained in:
commit
4f1e18b3a8
@ -15,7 +15,7 @@ import li.cil.oc.api.detail.NetworkAPI;
|
||||
*/
|
||||
public class API {
|
||||
public static final String ID_OWNER = "OpenComputers|Core";
|
||||
public static final String VERSION = "5.0.0-alpha";
|
||||
public static final String VERSION = "5.0.0";
|
||||
|
||||
public static DriverAPI driver = null;
|
||||
public static FileSystemAPI fileSystem = null;
|
||||
|
@ -1,5 +1,5 @@
|
||||
do
|
||||
_G._OSVERSION = "OpenOS 1.4"
|
||||
_G._OSVERSION = "OpenOS 1.5"
|
||||
|
||||
local component = component
|
||||
local computer = computer
|
||||
|
Loading…
x
Reference in New Issue
Block a user