mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
minimum version of datapack tester upped to unsure minimum java version
This commit is contained in:
parent
f0d53a6ffa
commit
31fa3d38b7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import xyz.alexcrea.cuanvil.update.Version
|
|||
import java.io.InputStreamReader
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue