Skip to content

Commit

Permalink
移出 xaeromap 开发依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu-ZT committed Oct 28, 2024
1 parent 31f4ab0 commit fb72359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ dependencies {
// fabric-carpet
modImplementation("curse.maven:carpet-349239:${project.carpet_core_version}")
// xaeromap
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation("curse.maven:xaeros-world-map-317780:5658242")
modImplementation("curse.maven:xaeros-mini-map-263420:5437650")
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// modImplementation("curse.maven:xaeros-world-map-317780:5658242")
// modImplementation("curse.maven:xaeros-mini-map-263420:5437650")
}

processResources {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/dev/dubhe/gugle/carpet/GcaSetting.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package dev.dubhe.gugle.carpet;

import carpet.CarpetSettings;
import carpet.api.settings.Rule;
import carpet.api.settings.Validators;

Expand Down

0 comments on commit fb72359

Please sign in to comment.