mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-18 21:01:30 +01:00
Clarify nms and MC version comments
This commit is contained in:
parent
6ea0c665d9
commit
afa0d5de88
@ -588,12 +588,12 @@ public class DisguiseUtilities {
|
||||
requiredVersion = new String[]{"4.8.0"};
|
||||
}
|
||||
|
||||
// If you're on 1.19.0
|
||||
// If you're on 1.19.1 or 1.19.2
|
||||
if (NmsVersion.v1_19_R1.isSupported()) {
|
||||
requiredVersion = new String[]{"5.0.1", "600"};
|
||||
}
|
||||
|
||||
// If you're on 1.19.1 or 1.19.2
|
||||
// If you're on 1.19.3
|
||||
if (NmsVersion.v1_19_R2.isSupported()) {
|
||||
requiredVersion = new String[]{"5.0.1", "630"};
|
||||
}
|
||||
|
@ -11,9 +11,9 @@ public enum NmsVersion {
|
||||
v1_16,
|
||||
v1_17,
|
||||
v1_18,
|
||||
v1_19_R1,
|
||||
v1_19_R2,
|
||||
v1_19_R3,
|
||||
v1_19_R1, // 1.19.0, 1.19.1, 1.19.2
|
||||
v1_19_R2, // 1.19.3
|
||||
v1_19_R3, // 1.19.4
|
||||
UNSUPPORTED;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user