Update some docs, 1.0.1 done

This commit is contained in:
Raoul Van den Berge
2016-09-13 16:19:16 +02:00
parent cbfdf1ef17
commit fc717a3331

View File

@@ -4,7 +4,7 @@ import javax.annotation.Nullable;
/**
* A registry that stores crafting task factories.
* Implement this for adding custom crafting tasks.
* Implement this to handle the loading of custom crafting tasks.
*/
public interface ICraftingTaskRegistry {
/**