Commit 961bc7f 1 parent e33f87f commit 961bc7f Copy full SHA for 961bc7f
File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -225,17 +225,14 @@ case "${TYPE^^}" in
225
225
;;
226
226
227
227
CUSTOM)
228
- evaluateJavaCompatibilityForForge
229
228
exec " ${SCRIPTS:-/ } start-deployCustom" " $@ "
230
229
;;
231
230
232
231
MAGMA)
233
- evaluateJavaCompatibilityForForge
234
232
exec " ${SCRIPTS:-/ } start-deployMagma" " $@ "
235
233
;;
236
234
237
235
MAGMA_MAINTAINED)
238
- evaluateJavaCompatibilityForForge
239
236
exec " ${SCRIPTS:-/ } start-deployMagmaMaintained" " $@ "
240
237
;;
241
238
@@ -244,12 +241,10 @@ case "${TYPE^^}" in
244
241
;;
245
242
246
243
MOHIST)
247
- evaluateJavaCompatibilityForForge
248
244
exec " ${SCRIPTS:-/ } start-deployMohist" " $@ "
249
245
;;
250
246
251
247
CATSERVER)
252
- evaluateJavaCompatibilityForForge
253
248
exec " ${SCRIPTS:-/ } start-deployCatserver" " $@ "
254
249
;;
255
250
Original file line number Diff line number Diff line change @@ -253,17 +253,6 @@ function isType() {
253
253
return 1
254
254
}
255
255
256
- function evaluateJavaCompatibilityForForge() {
257
- javaRelease=$( mc-image-helper java-release)
258
- if versionLessThan 1.18 && (( javaRelease > 8 )) ; then
259
- log " **********************************************************************"
260
- log " WARNING: Some mods and modpacks may require Java 8."
261
- log " Please use itzg/minecraft-server:java8"
262
- log " **********************************************************************"
263
- sleep 5
264
- fi
265
- }
266
-
267
256
function extract() {
268
257
src=${1?}
269
258
destDir=${2?}
You can’t perform that action at this time.
0 commit comments