aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ShapelessRecipy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ShapelessRecipy.cpp')
-rw-r--r--Minecraft.World/ShapelessRecipy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/ShapelessRecipy.cpp b/Minecraft.World/ShapelessRecipy.cpp
index 44bf6a54..0fee321c 100644
--- a/Minecraft.World/ShapelessRecipy.cpp
+++ b/Minecraft.World/ShapelessRecipy.cpp
@@ -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;