Fix cables parts not dropping inventory + NPE error because of lack of default params

This commit is contained in:
Raoul Van den Berge
2016-08-08 17:39:10 +02:00
parent 509de0ccaa
commit d831fea52e
18 changed files with 49 additions and 35 deletions

View File

@@ -110,7 +110,7 @@ public class TileController extends TileBase implements INetworkMaster, IEnergyR
return nodes;
}
});
}, new ArrayList<>());
public static final String NBT_ENERGY = "Energy";
public static final String NBT_ENERGY_CAPACITY = "EnergyCapacity";