Skip to content

Commit

Permalink
Changed xp5 coords... again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzderp committed Jul 6, 2015
1 parent 4e6eb1b commit 7379f43
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
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.2" />
<property name="version" value="1.1.3" />

<!-- 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!
#Fri Jul 03 14:18:00 PDT 2015
build.number=41
#Sun Jul 05 17:59:19 PDT 2015
build.number=44
Binary file modified bin/com/kyzeragon/mobcountmod/LiteModMobCounter.class
Binary file not shown.
Binary file modified bin/com/kyzeragon/mobcountmod/MobCounter.class
Binary file not shown.
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.2"; }
public String getVersion() { return "1.1.3"; }

@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(5389, 5, -4860, 5410, 34, -4852);
this.hostileBB.setBounds(5229, 5, -4700, 5250, 34, -4692);
}
}

0 comments on commit 7379f43

Please sign in to comment.