Adjust platform specific code to recent changes (#1997)

* chore: remove usage of MCUtil in StarlightRelighter

* chore: cleanup of unused imports

* hacky shit-fuckery for papers new chunksystem und refactor

* chore: address review comments

* Update dependency io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin to v1.3.9 (#2001)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: suppress exceptions for field retrieval, cache fields / methods

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Pierre Maurice Schwang
2022-11-02 09:41:20 +01:00
committed by GitHub
parent bbc1db9bd2
commit 2fe54a04b5
6 changed files with 82 additions and 11 deletions

View File

@ -12,6 +12,6 @@ repositories {
}
dependencies {
paperDevBundle("1.19.2-R0.1-20220805.230830-1")
paperDevBundle("1.19.2-R0.1-20221029.172539-134")
compileOnly("io.papermc:paperlib")
}