aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ShapelessRecipy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ShapelessRecipy.h')
-rw-r--r--Minecraft.World/ShapelessRecipy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/ShapelessRecipy.h b/Minecraft.World/ShapelessRecipy.h
index 5f7f6076..bb1dfcf7 100644
--- a/Minecraft.World/ShapelessRecipy.h
+++ b/Minecraft.World/ShapelessRecipy.h
@@ -17,7 +17,7 @@ public:
virtual int size();
// 4J-PB - to return the items required to make a recipe
- virtual bool requires(int iRecipe);
- virtual void requires(INGREDIENTS_REQUIRED *pIngReq);
+ virtual bool reqs(int iRecipe);
+ virtual void reqs(INGREDIENTS_REQUIRED *pIngReq);
};