Skip to content

Commit 81ad62b

Browse files
committed
Experimental: Update to 1.21.5
1 parent a91f559 commit 81ad62b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>studio.magemonkey</groupId>
99
<artifactId>magemonkey-parent</artifactId>
10-
<version>1.21.4-R0.4</version>
10+
<version>1.21.5-R0.1</version>
1111
</parent>
1212

1313
<artifactId>divinity</artifactId>
@@ -16,7 +16,7 @@
1616
<description>Custom items, combat, and more!</description>
1717

1818
<properties>
19-
<codex.version>1.1.0-R0.15-SNAPSHOT</codex.version>
19+
<codex.version>1.1.1-R0.1-SNAPSHOT</codex.version>
2020
<fabled.version>1.0.4-R0.8-SNAPSHOT</fabled.version>
2121
</properties>
2222

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package studio.magemonkey.divinity.nms.packets.versions;
2+
3+
import org.jetbrains.annotations.NotNull;
4+
import studio.magemonkey.divinity.Divinity;
5+
6+
public class V1_21_R4 extends V1_21_R3 {
7+
public V1_21_R4(@NotNull Divinity plugin) {
8+
super(plugin);
9+
}
10+
}

0 commit comments

Comments
 (0)