This commit is contained in:
Corail31
2019-01-15 11:50:18 +01:00
parent f907d50333
commit 414b773da6
5 changed files with 61 additions and 99 deletions
@@ -261,7 +261,7 @@ public final class WizardryItems {
/**
* Sets both the registry and unlocalised names of the given item, then registers it with the given registry. Use
* this instead of {@link Item#setRegistryName(String)} and {@link Item#setUnlocalizedName(String)} during
* this instead of {@link Item#setRegistryName(String)} and {@link Item#setTranslationKey(String)} during
* construction, for convenience and consistency.
*
* @param registry The registry to register the given item to.