mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-27 02:49:11 +00:00
[Library] Updated Zstd to 1.5.6-2
This commit is contained in:
@@ -35,7 +35,7 @@ import java.util.List;
|
||||
import java.util.Locale;
|
||||
|
||||
/**
|
||||
* The dependencies used by LuckPerms.
|
||||
* The dependencies used by CustomCrops.
|
||||
*/
|
||||
public enum Dependency {
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ package net.momirealms.customcrops.libraries.dependencies;
|
||||
import com.google.gson.JsonElement;
|
||||
|
||||
/**
|
||||
* Applies LuckPerms specific behaviour for {@link Dependency}s.
|
||||
* Applies CustomCrops specific behaviour for {@link Dependency}s.
|
||||
*/
|
||||
public class DependencyRegistry {
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ import java.net.URLClassLoader;
|
||||
/**
|
||||
* A classloader "isolated" from the rest of the Minecraft server.
|
||||
*
|
||||
* <p>Used to load specific LuckPerms dependencies without causing conflicts
|
||||
* <p>Used to load specific CustomCrops dependencies without causing conflicts
|
||||
* with other plugins, or libraries provided by the server implementation.</p>
|
||||
*/
|
||||
public class IsolatedClassLoader extends URLClassLoader {
|
||||
|
||||
Reference in New Issue
Block a user