Skip to content

Commit

Permalink
阶段性更新
Browse files Browse the repository at this point in the history
  • Loading branch information
MegumiKasuga committed May 4, 2024
1 parent 2691987 commit 3f94bfa
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dependencies {
testAnnotationProcessor "org.spongepowered:mixin:${mixin_version}:processor"

// implementation files('libs/Mixed-Arithmetic-Logic-Interpreter-1.0.0.jar')
implementation fg.deobf(files("libs/kasuga_lib-0.13.jar"))
implementation fg.deobf(files("libs/kasuga_lib-0.15-create-mdk.jar"))
// testImplementation "edu.carole:Mixed-Arithmetic-Logic-Interpreter:1.0.0"
// clientAnnotationProcessor "org.spongepowered:mixin:${mixin_version}:processor"
// apiAnnotationProcessor "org.spongepowered:mixin:${mixin_version}:processor"
Expand Down
Empty file removed libs/kasuga_lib-0.13-javadoc.jar
Empty file.
Binary file removed libs/kasuga_lib-0.13-sources.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ description='''
[[dependencies.kuayue]]
modId="kasuga_lib"
mandatory=true
versionRange="[0.12,)"
versionRange="[0.15,)"
ordering="NONE"
side="BOTH"

0 comments on commit 3f94bfa

Please sign in to comment.