feat: Support for 1.18.2 (#1641)

* feat: Preliminary work for 1.18.2

* Update SpigotNames to 1.18.2 (#1642)

* 1.18.2 / Biome-Holders, regeneration (#1645)

* 1.18.2 / Biome-Holders, regeneration

* fix: reuse old structure sets

* build: Update dev bundles

* fix: Don't log regen world generation

* fix: Run DataConverter with CBT

* fix: Override `#toNativeBinary`

* fix: Exception on regen

Co-Authored-By: Pierre Maurice Schwang <mail@pschwang.eu>

* refactor: Minor cleanup

Co-authored-by: Aurora <21148213+aurorasmiles@users.noreply.github.com>
Co-authored-by: Pierre Maurice Schwang <mail@pschwang.eu>
This commit is contained in:
Alex
2022-03-07 15:20:05 +01:00
committed by GitHub
parent 668227ee6c
commit 345785a25e
28 changed files with 8481 additions and 146 deletions

View File

@ -1,9 +1,9 @@
[versions]
# Minecraft expectations
fastutil = "8.5.6"
log4j = "2.17.1"
log4j = "2.17.0"
guava = "31.0.1-jre"
gson = "2.8.8"
gson = "2.8.9"
# Platform expectations
paper = "1.18.1-R0.1-SNAPSHOT"
@ -49,7 +49,7 @@ piston = "0.5.7"
# Tests
mockito = "4.3.1"
checker-qual = "3.21.2"
checker-qual = "3.21.3"
# Gradle plugins
pluginyml = "0.5.1"