mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Fixed incorrect version numbers in javadocs (#1810)
This commit is contained in:
parent
728a152395
commit
f91e8e4071
@ -53,12 +53,12 @@ private Constants() {
|
|||||||
public static final int DATA_VERSION_MC_1_13_2 = 1631;
|
public static final int DATA_VERSION_MC_1_13_2 = 1631;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The DataVersion for Minecraft 1.16
|
* The DataVersion for Minecraft 1.14
|
||||||
*/
|
*/
|
||||||
public static final int DATA_VERSION_MC_1_14 = 1952;
|
public static final int DATA_VERSION_MC_1_14 = 1952;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The DataVersion for Minecraft 1.16
|
* The DataVersion for Minecraft 1.15
|
||||||
*/
|
*/
|
||||||
public static final int DATA_VERSION_MC_1_15 = 2225;
|
public static final int DATA_VERSION_MC_1_15 = 2225;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user