mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-21 18:25:12 +01:00
Add 1.21.1 support
This commit is contained in:
parent
137622fcae
commit
d3123a75bb
@ -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