Cleanup ItemTankChanger.java
Indemnity83 opened this issue ยท 0 comments
This issue is here to track cleanup of the ItemTankChanger.java class. Its more of a reminder to myself of what direction to take than a concrete TODO list.
- Make IronTankType type public final
- Remove getTankChangerType()
- Move
this.setCreativeTab(IronTankTabs.MainTab);
in constructor to super