mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fix some errors in the ForgeProxy docs
This commit is contained in:
parent
22fe541760
commit
e812ca8de9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue