mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-26 10:29:10 +00:00
3.4.9
This commit is contained in:
@@ -59,12 +59,8 @@ public class CustomCropsPluginImpl extends CustomCropsPlugin {
|
||||
Dependency.GSON,
|
||||
Dependency.SLF4J_API,
|
||||
Dependency.SLF4J_SIMPLE,
|
||||
Dependency.ADVENTURE_API,
|
||||
Dependency.COMMAND_API,
|
||||
Dependency.NBT_API,
|
||||
Dependency.BOOSTED_YAML,
|
||||
Dependency.BIOME_API,
|
||||
Dependency.ANTI_GRIEF,
|
||||
Dependency.BSTATS_BASE,
|
||||
Dependency.BSTATS_BUKKIT
|
||||
)
|
||||
|
||||
@@ -77,16 +77,6 @@ public enum Dependency {
|
||||
"boosted-yaml",
|
||||
Relocation.of("boostedyaml", "dev{}dejvokep{}boostedyaml")
|
||||
),
|
||||
ADVENTURE_API(
|
||||
"com.github.Xiao-MoMi",
|
||||
"Adventure-Bundle",
|
||||
"4.16.0",
|
||||
"jitpack",
|
||||
"adventure-bundle",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure"),
|
||||
Relocation.of("option", "net{}kyori{}option"),
|
||||
Relocation.of("examination", "net{}kyori{}examination")
|
||||
),
|
||||
H2_DRIVER(
|
||||
"com.h2database",
|
||||
"h2",
|
||||
@@ -115,30 +105,6 @@ public enum Dependency {
|
||||
null,
|
||||
"slf4j-api"
|
||||
),
|
||||
NBT_API(
|
||||
"de{}tr7zw",
|
||||
"item-nbt-api",
|
||||
"2.12.4",
|
||||
"codemc",
|
||||
"item-nbt-api",
|
||||
Relocation.of("changeme", "de{}tr7zw{}changeme")
|
||||
),
|
||||
ANTI_GRIEF(
|
||||
"com{}github{}Xiao-MoMi",
|
||||
"AntiGriefLib",
|
||||
"0.11",
|
||||
"jitpack",
|
||||
"antigrief-lib",
|
||||
Relocation.of("antigrieflib", "net{}momirealms{}antigrieflib")
|
||||
),
|
||||
BIOME_API(
|
||||
"com{}github{}Xiao-MoMi",
|
||||
"BiomeAPI",
|
||||
"0.6",
|
||||
"jitpack",
|
||||
"biome-api",
|
||||
Relocation.of("biomeapi", "net{}momirealms{}biomeapi")
|
||||
),
|
||||
BSTATS_BASE(
|
||||
"org{}bstats",
|
||||
"bstats-base",
|
||||
|
||||
Reference in New Issue
Block a user