[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> <artifactId>openinvapi</artifactId>
<groupId>com.lishid</groupId> <groupId>com.lishid</groupId>
</dependency> </dependency>
<dependency>
<artifactId>annotations</artifactId>
<groupId>org.jetbrains</groupId>
</dependency>
<dependency>
<artifactId>spigot-api</artifactId>
<groupId>org.spigotmc</groupId>
</dependency>
</dependencies> </dependencies>
<build> <build>

View File

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