Fix some errors in the ForgeProxy docs

This commit is contained in:
Sollace 2018-05-06 13:34:11 +02:00
parent 22fe541760
commit e812ca8de9

View file

@ -21,7 +21,7 @@ public class ForgeProxy {
private static boolean forgeLoaded = ModUtilities.fmlIsPresent(); 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 entity The entity to get armour for.
* @param item The armour item * @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 entity The entity to get armour for.
* @param item The armour item * @param item The armour item