Make 1.6+ work with new instance format.
This commit is contained in:
9
logic/minecraft/VersionSource.h
Normal file
9
logic/minecraft/VersionSource.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
/// where is a version from?
|
||||
enum VersionSource
|
||||
{
|
||||
Builtin, //!< version loaded from the internal resources.
|
||||
Local, //!< version loaded from a file in the cache.
|
||||
Remote, //!< incomplete version on a remote server.
|
||||
};
|
Reference in New Issue
Block a user