win cpp23 compat: Minecraft.World
This commit is contained in:
@@ -77,7 +77,7 @@ int ShapelessRecipy::size()
|
||||
}
|
||||
|
||||
// 4J-PB
|
||||
bool ShapelessRecipy::requires(int iRecipe)
|
||||
bool ShapelessRecipy::reqs(int iRecipe)
|
||||
{
|
||||
vector <ItemInstance *> *tempList = new vector<ItemInstance *>;
|
||||
|
||||
@@ -97,7 +97,7 @@ bool ShapelessRecipy::requires(int iRecipe)
|
||||
return false;
|
||||
}
|
||||
|
||||
void ShapelessRecipy::requires(INGREDIENTS_REQUIRED *pIngReq)
|
||||
void ShapelessRecipy::reqs(INGREDIENTS_REQUIRED *pIngReq)
|
||||
{
|
||||
int iCount=0;
|
||||
bool bFound;
|
||||
|
||||
Reference in New Issue
Block a user