9
0
mirror of https://github.com/PSYCHEER/VanillaCustomizer.git synced 2025-12-31 21:06:41 +00:00

1.21.4 update + error resolve

This commit is contained in:
PSYCHEER
2025-02-01 18:49:50 +01:00
parent 4927a083e0
commit c058c92d52
8 changed files with 114 additions and 8 deletions

View File

@@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<artifactId>spigot-api</artifactId>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

View File

@@ -1,7 +1,6 @@
package dev.lone.vanillacustomizer.nms;
import org.jetbrains.annotations.Nullable;
import dev.lone.LoneLibs.nbt.nbtapi.utils.MinecraftVersion;
import dev.lone.vanillacustomizer.Main;
import lonelibs.dev.lone.fastnbt.nms.Version;
import org.bukkit.Bukkit;