Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
unascribed committed Jun 24, 2015
1 parent 8f80c66 commit 8547734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ minecraft {
version = "1.7.10-10.13.2.1307-1.7.10" // double 1.7.10s - is this good luck?
runDir = "eclipse"

replaceIn "src/main/java/com/gameminers/farrago/FarragoMod.java"
replaceIn "src/main/java/com/unascribed/farrago/FarragoMod.java"
replace "@VERSION@", project.version
replace "@MCVERSION@", project.minecraft.version

srgExtra "PK: com/typesafe/config com/gameminers/farrago/repackage/com/typesafe/config"
srgExtra "PK: com/typesafe/config com/unascribed/farrago/repackage/com/typesafe/config"
}

configurations {
Expand Down

0 comments on commit 8547734

Please sign in to comment.