mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-15 19:18:06 +00:00
build fixes
This commit is contained in:
@@ -1190,7 +1190,7 @@ void Recipes::buildRecipeIngredientsArray(void) {
|
||||
Recipy* recipe = *it;
|
||||
// wprintf(L"RECIPE - [%d] is
|
||||
// %w\n",iCount,recipe->getResultItem()->getItem()->getName());
|
||||
recipe->requires(&m_pRecipeIngredientsRequired[iCount++]);
|
||||
recipe->collectRequirements(&m_pRecipeIngredientsRequired[iCount++]);
|
||||
}
|
||||
|
||||
// printf("Total recipes in buildRecipeIngredientsArray - %d",iCount);
|
||||
|
||||
Reference in New Issue
Block a user