win cpp23 compat: Minecraft.World

This commit is contained in:
VivyaCC
2026-03-06 23:13:30 +01:00
committed by void_17
parent 7c2869c5b9
commit 6dfdd90328
17 changed files with 39 additions and 38 deletions

View File

@@ -1312,7 +1312,7 @@ void Recipes::buildRecipeIngredientsArray(void)
int iCount=0;
for (auto& recipe : *recipies)
{
recipe->requires(&m_pRecipeIngredientsRequired[iCount++]);
recipe->reqs(&m_pRecipeIngredientsRequired[iCount++]);
}
//printf("Total recipes in buildRecipeIngredientsArray - %d",iCount);