1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

updated to 1.19

This commit is contained in:
Jeffrey Kosse 2022-06-07 21:55:18 +02:00
parent 87e9713ef4
commit fb5a20c603
3 changed files with 21 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<!-- Spigot properties --> <!-- Spigot properties -->
<spigot.version>1.18.1</spigot.version> <spigot.version>1.19</spigot.version>
<spigot.javadocs>https://hub.spigotmc.org/javadocs/spigot/</spigot.javadocs> <spigot.javadocs>https://hub.spigotmc.org/javadocs/spigot/</spigot.javadocs>
<!-- Default settings for sonarcloud.io --> <!-- Default settings for sonarcloud.io -->
@ -502,5 +502,11 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- Todo remove this dependency -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -49,6 +49,12 @@ public enum MinecraftVersion {
*/ */
MINECRAFT_1_18(18, "1.18.x"), MINECRAFT_1_18(18, "1.18.x"),
/**
* This constant represents Minecraft (Java Edition) Version 1.19
* ("The Wild Update")
*/
MINECRAFT_1_19(19, "1.19.x"),
/** /**
* This constant represents an exceptional state in which we were unable * This constant represents an exceptional state in which we were unable
* to identify the Minecraft Version we are using * to identify the Minecraft Version we are using

View File

@ -11,7 +11,14 @@
"#minecraft:small_flowers", "#minecraft:small_flowers",
"#minecraft:coral_blocks", "#minecraft:coral_blocks",
"#minecraft:corals", "#minecraft:corals",
"#minecraft:carpets", {
"id" : "#minecraft:carpets",
"required" : false
},
{
"id" : "#minecraft:wool_carpets",
"required" : false
},
"#minecraft:banners", "#minecraft:banners",
"minecraft:sugar_cane", "minecraft:sugar_cane",
"minecraft:cactus", "minecraft:cactus",