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

Commit

Permalink
ver.fp.050
Browse files Browse the repository at this point in the history
  • Loading branch information
firis-games committed Sep 6, 2020
1 parent 3093023 commit 2fcace7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}
}

version = "9.2.5.fp.049"
version = "9.3.0.fp.050"
group= "net.blacklab.lmr" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "LittleMaidReengaged_FirisPatch"

Expand Down Expand Up @@ -104,7 +104,7 @@ task zipBuild(type: Zip, dependsOn: devJar) {
from "/LittleMaidModelProject"
into('mods') {
from "/build/libs/${archivesBaseName}-${version}-dev.jar"
from "/mods/LMLibrary-1.0.7-dev.jar"
from "/mods/LMLibrary-1.1.0-dev.jar"
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/blacklab/lmr/LittleMaidReengaged.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ public class LittleMaidReengaged {

public static final String MODID = "lmreengaged";
public static final String NAME = "LittleMaidReengaged";
public static final String VERSION = "9.2.5.fp.049";
public static final String VERSION = "9.3.0.fp.050";
public static final String ACCEPTED_MCVERSION = "[1.12.2]";
public static final String DEPENDENCIES = "required-after:forge@[1.12.2-14.23.5.2768,);"
+ "required-after:lmlibrary@[1.0.8,);"
+ "required-after:lmlibrary@[1.1.0,);"
+ "before:gvclib@[1.12.2,);"
+ "before:generalguns@[1.,);";

Expand Down

0 comments on commit 2fcace7

Please sign in to comment.