Flattened frames

This commit is contained in:
drcrazy 2018-09-14 17:16:59 +03:00
parent 94b1e19abf
commit 1d4116a215
51 changed files with 465 additions and 570 deletions

View file

@ -113,7 +113,7 @@ public class TileQuantumTank extends TileLegacyMachineBase
// ItemHandlerProvider
@Override
public Inventory getInventory() {
public Inventory<TileQuantumTank> getInventory() {
return this.inventory;
}