I created food with this code: Code: <item name="Potion" iconFile="items/potion.png" level="1" > <price amount="300"/> <food hp="20"/> <description text="It's a Potion."/> </item> but I want to create potion, what do I do? ps: <potion hp="20"/> works? Edit: Well, I did. The <potion hp="20"/> works.