Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
修复构建
  • Loading branch information
wohaopa committed Feb 28, 2023
1 parent 9242582 commit 9b0b1fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
* For more details, see https://docs.gradle.org/7.6/userguide/java_library_plugin.html#sec:java_library_configurations_graph
*/
dependencies {

implementation files("lib/battlegear2-1.7.10-1.1.2.1.jar")
implementation files("lib/replaymod-1.7.10-2.5.2.jar")
}
Binary file added lib/battlegear2-1.7.10-1.1.2.1.jar
Binary file not shown.
Binary file added lib/replaymod-1.7.10-2.5.2.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
modid = ReplayModFixMod.MODID,
name = ReplayModFixMod.NAME,
version = ReplayModFixMod.VERSION,
dependencies = "required-before:replaymod;required-after:spongemixins;")
// dependencies = "required-after:spongemixins;")
dependencies = "required-before:replaymod;required-after:spongemixins;")
// dependencies = "required-after:spongemixins;")
public class ReplayModFixMod {

public static final Logger LOG = LogManager.getLogger("replaymod fix mod");
Expand Down

0 comments on commit 9b0b1fd

Please sign in to comment.