Fix folia potion effects on players (#197)

* Update FoliaLib to 0.3.1

* Fix potion effects such that they are applied using the entity's scheduler

* Update FoliaLib usages in code for v0.3.1
This commit is contained in:
TechnicallyCoded
2024-02-05 00:03:39 +01:00
committed by GitHub
parent 57b4c0078c
commit dbde32d48d
6 changed files with 16 additions and 15 deletions

View File

@@ -345,7 +345,7 @@
<dependency>
<groupId>com.tcoded</groupId>
<artifactId>FoliaLib</artifactId>
<version>0.2.3-legacy-support</version>
<version>0.3.1</version>
<scope>compile</scope>
</dependency>
<!-- FactionsBridge -->