mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 02:35:21 +01:00
Merge pull request #2466 from BentoBoxWorld/1_21_1_updates
1 21 1 updates
This commit is contained in:
commit
1b22725194
2
pom.xml
2
pom.xml
@ -88,7 +88,7 @@
|
||||
<!-- Do not change unless you want different name for local builds. -->
|
||||
<build.number>-LOCAL</build.number>
|
||||
<!-- This allows to change between versions. -->
|
||||
<build.version>2.4.3</build.version>
|
||||
<build.version>2.5.0</build.version>
|
||||
<sonar.organization>bentobox-world</sonar.organization>
|
||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||
<server.jars>${project.basedir}/lib</server.jars>
|
||||
|
@ -0,0 +1,8 @@
|
||||
package world.bentobox.bentobox.nms.v1_21_1_R0_1_SNAPSHOT;
|
||||
|
||||
/**
|
||||
* Same as 1.21
|
||||
*/
|
||||
public class PasteHandlerImpl extends world.bentobox.bentobox.nms.v1_21_R0_1_SNAPSHOT.PasteHandlerImpl {
|
||||
// Do nothing special
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
package world.bentobox.bentobox.nms.v1_21_1_R0_1_SNAPSHOT;
|
||||
|
||||
/**
|
||||
* Same as 1.21
|
||||
*/
|
||||
public class WorldRegeneratorImpl extends world.bentobox.bentobox.nms.v1_21_R0_1_SNAPSHOT.WorldRegeneratorImpl {
|
||||
// Do nothing special
|
||||
}
|
@ -245,7 +245,11 @@ public class ServerCompatibility {
|
||||
/**
|
||||
* @since 2.4.0
|
||||
*/
|
||||
V1_21(Compatibility.COMPATIBLE);
|
||||
V1_21(Compatibility.COMPATIBLE),
|
||||
/**
|
||||
* @since 2.5.0
|
||||
*/
|
||||
V1_21_1(Compatibility.COMPATIBLE);
|
||||
|
||||
private final Compatibility compatibility;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user