Remapped full air canister as it isn't a component

This commit is contained in:
LemADEC 2016-06-25 00:32:52 +02:00
parent da941d9926
commit 2744dcb535
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ public class ItemAirCanisterFull extends Item implements IAirCanister {
@Override
public void registerIcons(IIconRegister iconRegister) {
icon = iconRegister.registerIcon("warpdrive:componentAirCanisterFull");
icon = iconRegister.registerIcon("warpdrive:AirCanisterFull");
}
@Override