minimum version of datapack tester upped to unsure minimum java version

This commit is contained in:
alexcrea 2026-06-06 12:46:32 +02:00
parent f0d53a6ffa
commit 31fa3d38b7
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -17,7 +17,7 @@ import xyz.alexcrea.cuanvil.update.Version
import java.io.InputStreamReader import java.io.InputStreamReader
object DataPackDependency { object DataPackDependency {
private val START_DETECT_VERSION = Version(1, 19, 0) private val START_DETECT_VERSION = Version(1, 20, 5)
/** /**
* Map of the latest CustomAnvil update related to the pack * Map of the latest CustomAnvil update related to the pack