File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
src/main/java/studio/magemonkey/divinity/nms/packets/versions Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments