Skip to content

Commit

Permalink
Changed coords for xp5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzderp committed Jul 3, 2015
1 parent 32e023b commit 4e6eb1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ Temporary Items
.apdisk

*.class
*.class
*.class
*.class
bin/com/kyzeragon/mobcountmod/LiteModMobCounter.class
Expand Down
2 changes: 1 addition & 1 deletion ant/build_examplemod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- The version of your mod, can be any string as long as it's valid as part of a file name -->
<!-- and should match the version string returned by your mod. -->
<property name="version" value="1.1.1" />
<property name="version" value="1.1.2" />

<!-- The Minecraft version the mod is for, appended to the output file name for reference -->
<property name="mcversion" value="1.7.2" />
Expand Down
4 changes: 2 additions & 2 deletions ant/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sat Apr 04 05:06:49 PDT 2015
build.number=39
#Fri Jul 03 14:18:00 PDT 2015
build.number=41
2 changes: 1 addition & 1 deletion java/com/kyzeragon/mobcountmod/LiteModMobCounter.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else if (this.staff)
}

@Override
public String getVersion() { return "1.1.1"; }
public String getVersion() { return "1.1.2"; }

@Override
public void init(File configPath)
Expand Down
2 changes: 1 addition & 1 deletion java/com/kyzeragon/mobcountmod/MobCounter.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public void setXP5(boolean on)

private void setXP5bounding()
{
this.hostileBB.setBounds(-2290, 5, -4363, -2270, 34, -4357);
this.hostileBB.setBounds(5389, 5, -4860, 5410, 34, -4852);
}
}

0 comments on commit 4e6eb1b

Please sign in to comment.