V2.0.1- support InvTweaks
This commit is contained in:
parent
a2d1b5c453
commit
a0f8392c89
|
@ -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" />
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue