Started by
IuStrenght
on
Topic category: Help with MCreator software
So, i need your help community.. I currently have to make 2 potions.. I make them, but i can't drink them if i'm full hunger.
So, how do i resolve this?
Topic category: Help with MCreator software
So, i need your help community.. I currently have to make 2 potions.. I make them, but i can't drink them if i'm full hunger.
So, how do i resolve this?
Bump..Does anyone know if i can do a drinkable potion without needing to be "hungry" ?
Put "setAlwaysEdible();" in the constructor of your food item.
@#2 Exactly where? In the source code ?
Of course that in the source code.
(By the way , contructor in code looks like the bold part here:
public static class ItemPotion extends ItemFood{
public ItemPotion(){
}
}
)
Thanks Nuparu00 !!
I think you can find where exactly to put that code by comparing golden apple and, for example, steak code.