Gets the current item placed in the pot. It may be null if the pot is empty.
if(pot.item is null) { pot.item = new Items.OxeyeDaisy(); }
See Implementation
Gets the current item placed in the pot. It may be null if the pot is empty.