@@ -73,11 +73,11 @@ public static class MAIN {
73
73
public boolean LOGGING_ENABLED = true ;
74
74
@ Comment ({
75
75
"Change the parameters below, if you want to reduce the RAM consumption." ,
76
- "If you want to completely block Minecraft versions, use VelocityTools (https://github.com/Elytrium/VelocityTools/releases/latest)." ,
76
+ "Use VelocityTools to completely block Minecraft versions (https://github.com/Elytrium/VelocityTools/releases/latest)." ,
77
77
"Available versions:" ,
78
78
"1_7_2, 1_7_6, 1_8, 1_9, 1_9_1, 1_9_2, 1_9_4, 1_10, 1_11, 1_11_1, 1_12, 1_12_1, 1_12_2," ,
79
79
"1_13, 1_13_1, 1_13_2, 1_14, 1_14_1, 1_14_2, 1_14_3, 1_14_4, 1_15, 1_15_1, 1_15_2," ,
80
- "1_16, 1_16_1, 1_16_2, 1_16_3, 1_16_4, 1_17, 1_17_1, 1_18, 1_18_2, 1_19, 1_19_1, LATEST"
80
+ "1_16, 1_16_1, 1_16_2, 1_16_3, 1_16_4, 1_17, 1_17_1, 1_18, 1_18_2, 1_19, 1_19_1, 1_19_3, LATEST"
81
81
})
82
82
public String PREPARE_MIN_VERSION = "1_7_2" ;
83
83
public String PREPARE_MAX_VERSION = "LATEST" ;
0 commit comments