9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 20:39:21 +00:00

NMS Support for 1.16.4 (R3)

This commit is contained in:
Daniel Mills
2020-11-07 11:05:30 -05:00
parent 5ea938a20b
commit 9ececd80d6
8 changed files with 1666 additions and 5 deletions

View File

@@ -193,6 +193,12 @@
<version>1.16.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bukkit.craftbukkit</groupId>
<artifactId>cb-1.16.4</artifactId>
<version>1.16.4</version>
<scope>provided</scope>
</dependency>
<!-- Hooks -->
<dependency>
<groupId>com.bergerkiller.bukkit</groupId>