Update to 1.19.3

This commit is contained in:
Allink 2023-02-20 17:44:57 +00:00
parent 3bd177ea6f
commit 654f5900ba
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View File

@ -128,8 +128,8 @@
<dependency> <dependency>
<groupId>me.totalfreedom.scissors</groupId> <groupId>me.totalfreedom.scissors</groupId>
<artifactId>scissors-api</artifactId> <artifactId>Scissors-API</artifactId>
<version>1.17.1-R0.1-SNAPSHOT</version> <version>1.19.3-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@ -4,8 +4,7 @@ import java.util.ArrayList;
import java.util.Arrays; import java.util.Arrays;
import java.util.List; import java.util.List;
import java.util.Objects; import java.util.Objects;
/* TODO This will have to be changed from com.github.atlasmediagroup.scissors to me.totalfreedom.scissors when we migrate to 1.19 */ import me.totalfreedom.scissors.event.block.MasterBlockFireEvent;
import com.github.atlasmediagroup.scissors.event.block.MasterBlockFireEvent;
import io.papermc.paper.event.player.PlayerSignCommandPreprocessEvent; import io.papermc.paper.event.player.PlayerSignCommandPreprocessEvent;
import me.totalfreedom.totalfreedommod.FreedomService; import me.totalfreedom.totalfreedommod.FreedomService;
import me.totalfreedom.totalfreedommod.config.ConfigEntry; import me.totalfreedom.totalfreedommod.config.ConfigEntry;

View File

@ -13,7 +13,7 @@ softdepend:
- JDA - JDA
- Votifier - Votifier
authors: [Madgeek1450, Prozza] authors: [Madgeek1450, Prozza]
api-version: "1.17" api-version: "1.19"
libraries: libraries:
- org.apache.commons:commons-lang3:3.12.0 - org.apache.commons:commons-lang3:3.12.0
- commons-io:commons-io:2.11.0 - commons-io:commons-io:2.11.0