Remapped full air canister as it isn't a component
This commit is contained in:
parent
da941d9926
commit
2744dcb535
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in a new issue