V2.0.1- support InvTweaks

This commit is contained in:
Christian Weeks 2012-01-29 11:39:54 -05:00
parent a2d1b5c453
commit a0f8392c89
3 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
</description>
<property name="modname" value="mod_ironchests" />
<property name="version" value="2.0" />
<property name="version" value="2.0.1" />
<property name="mcp.home" location="/home/cpw/minecraft1dev/forge1.31" />
<property name="mcp.obfoutput" location="${mcp.home}/reobf" />
<property name="client.mcp.obfoutput" location="${mcp.obfoutput}/minecraft" />

View File

@ -22,7 +22,7 @@ public class mod_IronChest extends BaseModMp {
@Override
public String getVersion() {
return "2.0";
return "2.0.1";
}
@Override

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB