mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user