From e812ca8de9c1244808bc54e2e17499e75ac01548 Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 6 May 2018 13:34:11 +0200 Subject: [PATCH] Fix some errors in the ForgeProxy docs --- src/main/java/com/minelittlepony/ForgeProxy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/minelittlepony/ForgeProxy.java b/src/main/java/com/minelittlepony/ForgeProxy.java index 90ad340c..09d5b6a5 100644 --- a/src/main/java/com/minelittlepony/ForgeProxy.java +++ b/src/main/java/com/minelittlepony/ForgeProxy.java @@ -21,7 +21,7 @@ public class ForgeProxy { private static boolean forgeLoaded = ModUtilities.fmlIsPresent(); /** - * Gets the mod armour texture for associated item and slot. + * Gets the mod armour texture for an associated item and slot. * * @param entity The entity to get armour for. * @param item The armour item @@ -37,7 +37,7 @@ public class ForgeProxy { } /** - * Gets the mod armour texture for associated item and slot. + * Gets the mod armour model for an associated item and slot. * * @param entity The entity to get armour for. * @param item The armour item