Corrected brewingstand and added support for fuel
This commit is contained in:
@@ -285,3 +285,11 @@ bool cBrewingRecipes::IsBottle(const cItem & a_Item) const
|
||||
|
||||
|
||||
|
||||
bool cBrewingRecipes::IsFuel(const cItem & a_Item) const
|
||||
{
|
||||
return (a_Item.m_ItemType == E_ITEM_BLAZE_POWDER);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user