diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-03-23 14:51:06 +0000 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-03-23 14:51:06 +0000 |
| commit | 6312636fd9a4d0f56dc7c9ff474a99d879bcb4e9 (patch) | |
| tree | e3279753210bfb169a00cd3f146a80baf624150e /java/darkknight/jewelrycraft/model/ModelShadowHand.java | |
| parent | e86949a1ad3269ec66c9de65e2c92f5e66251411 (diff) | |
Reworked the whole repo.
Diffstat (limited to 'java/darkknight/jewelrycraft/model/ModelShadowHand.java')
| -rw-r--r-- | java/darkknight/jewelrycraft/model/ModelShadowHand.java | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/java/darkknight/jewelrycraft/model/ModelShadowHand.java b/java/darkknight/jewelrycraft/model/ModelShadowHand.java deleted file mode 100644 index 02d7eea..0000000 --- a/java/darkknight/jewelrycraft/model/ModelShadowHand.java +++ /dev/null @@ -1,29 +0,0 @@ -package darkknight.jewelrycraft.model; - -import net.minecraft.util.ResourceLocation; - -/** - * @author Paul Fulham (pau101) - */ -public class ModelShadowHand extends ModelHandPedestal -{ - - /** - * @param resetResourceLocation - */ - public ModelShadowHand(ResourceLocation resetResourceLocation) - { - super(resetResourceLocation); - } - - /** - * - */ - @Override - protected void initPedestalRenderers() - { - plinth = createModelRenderer(0, 0).addBox(-3, 6, -3, 6, 2, 6); - base = createModelRenderer(0, 15).addBox(-2, 0, -2, 4, 6, 4); - shaft = createModelRenderer(28, 0).addBox(-3, -4, -3, 6, 4, 6); - } -}
\ No newline at end of file |
