From 6dfdd9032892f933a2cd23470ccd03149d114811 Mon Sep 17 00:00:00 2001 From: VivyaCC <21315274+enginelesscc@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:13:30 +0100 Subject: win cpp23 compat: Minecraft.World --- Minecraft.World/ArmorDyeRecipe.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Minecraft.World/ArmorDyeRecipe.cpp') diff --git a/Minecraft.World/ArmorDyeRecipe.cpp b/Minecraft.World/ArmorDyeRecipe.cpp index c2f681fa..46d43868 100644 --- a/Minecraft.World/ArmorDyeRecipe.cpp +++ b/Minecraft.World/ArmorDyeRecipe.cpp @@ -147,12 +147,12 @@ const int ArmorDyeRecipe::getGroup() } // 4J-PB -bool ArmorDyeRecipe::requires(int iRecipe) +bool ArmorDyeRecipe::reqs(int iRecipe) { return false; } -void ArmorDyeRecipe::requires(INGREDIENTS_REQUIRED *pIngReq) +void ArmorDyeRecipe::reqs(INGREDIENTS_REQUIRED *pIngReq) { //int iCount=0; //bool bFound; -- cgit v1.2.3