From ca21da142136da4dd86b188b3442c4816fe311a0 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Tue, 16 Feb 2016 21:09:43 +0100 Subject: [PATCH] Improve javadoc of the model generator --- src/api/java/appeng/api/util/ModelGenerator.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/api/java/appeng/api/util/ModelGenerator.java b/src/api/java/appeng/api/util/ModelGenerator.java index 9acdfe114..c37e432a5 100644 --- a/src/api/java/appeng/api/util/ModelGenerator.java +++ b/src/api/java/appeng/api/util/ModelGenerator.java @@ -13,13 +13,12 @@ import net.minecraft.world.IBlockAccess; /** - * TODO replace with description + * This is a helper to render stuff in 1.8.+ * - * TODO replace with intention + * This is required by all blocks which require a better renderer than the in house default renderer * * @author thatsIch * @version rv3 - 16.02.2016 - * @see //TODO anything to see? * @since rv3 - 16.02.2016 */ public interface ModelGenerator