From fe8f9fc5cd0065dab711802d3e86cbd42068d92f Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Sat, 5 Oct 2019 15:23:01 +0100 Subject: [PATCH] Update javadoc --- .../electroblob/wizardry/client/model/WizardryModels.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/java/electroblob/wizardry/client/model/WizardryModels.java b/src/main/java/electroblob/wizardry/client/model/WizardryModels.java index 2fd7302c..cf58f5ca 100644 --- a/src/main/java/electroblob/wizardry/client/model/WizardryModels.java +++ b/src/main/java/electroblob/wizardry/client/model/WizardryModels.java @@ -295,10 +295,7 @@ public final class WizardryModels { /** * Registers an item model, using the item's registry name as the model name (this convention makes it easier to - * keep track of everything). Variant defaults to "normal". Registers the model for metadata 0 automatically, plus - * all the other metadata values that the item can take, as defined in - * {@link Item#getSubItems(CreativeTabs, NonNullList)}. The creative tab supplied - * to the aforementioned method will be whichever one the item is in. + * keep track of everything). Variant defaults to "normal". Registers the model for all metadata values. */ private static void registerItemModel(Item item){ // Changing the last parameter from null to "inventory" fixed the item/block model weirdness. No idea why!