[Idea]: Folia support for OpenInv #196

Closed
reabuc wants to merge 137 commits from master into master
26 changed files with 458 additions and 315 deletions
Showing only changes of commit 0f41701429 - Show all commits

View File

@@ -32,6 +32,14 @@
<artifactId>openinvapi</artifactId>
<groupId>com.lishid</groupId>
</dependency>
<dependency>
<artifactId>annotations</artifactId>
<groupId>org.jetbrains</groupId>
</dependency>
<dependency>
<artifactId>spigot-api</artifactId>
<groupId>org.spigotmc</groupId>
</dependency>
</dependencies>
<build>

View File

@@ -68,7 +68,7 @@
<artifactId>annotations</artifactId>
<groupId>org.jetbrains</groupId>
<scope>provided</scope>
<version>20.1.0</version>
<version>21.0.1</version>
</dependency>
<dependency>
<artifactId>spigot-api</artifactId>