mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-12 03:13:33 +01:00
parent
6f791420e7
commit
c7b48b3d2a
7
pom.xml
7
pom.xml
@ -68,7 +68,7 @@
|
||||
<powermock.version>2.0.9</powermock.version>
|
||||
<mongodb.version>3.12.8</mongodb.version>
|
||||
<!-- More visible way to change dependency versions -->
|
||||
<spigot.version>1.19-R0.1-SNAPSHOT</spigot.version>
|
||||
<spigot.version>1.19.2-R0.1-SNAPSHOT</spigot.version>
|
||||
<!-- Might differ from the last Spigot release for short periods
|
||||
of time -->
|
||||
<paper.version>1.19-R0.1-SNAPSHOT</paper.version>
|
||||
@ -171,6 +171,11 @@
|
||||
<id>minecraft-repo</id>
|
||||
<url>https://libraries.minecraft.net/</url>
|
||||
</repository>
|
||||
<!-- Spigot NMS required for world regeneration :( -->
|
||||
<repository>
|
||||
<id>nms-repo</id>
|
||||
<url>https://repo.codemc.io/repository/nms/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
|
@ -206,6 +206,10 @@ public class ServerCompatibility {
|
||||
* @since 1.21.0
|
||||
*/
|
||||
V1_19_1(Compatibility.COMPATIBLE),
|
||||
/**
|
||||
* @since 1.21.0
|
||||
*/
|
||||
V1_19_2(Compatibility.COMPATIBLE),
|
||||
;
|
||||
|
||||
private final Compatibility compatibility;
|
||||
|
Loading…
Reference in New Issue
Block a user