Skip to content

Commit

Permalink
Rename armor stand texture
Browse files Browse the repository at this point in the history
  • Loading branch information
copygirl committed Jan 24, 2014
1 parent 805c160 commit 090791f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/mcft/copy/betterstorage/tile/TileArmorStand.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void registerIcons(IconRegister iconRegister) {

@Override
@SideOnly(Side.CLIENT)
public String getItemIconName() { return Constants.modId + ":armorstand"; }
public String getItemIconName() { return Constants.modId + ":armorStand"; }

@Override
public void setBlockBoundsBasedOnState(IBlockAccess world, int x, int y, int z) {
Expand Down

0 comments on commit 090791f

Please sign in to comment.