diff options
Diffstat (limited to 'src/main/java/darkknight/jewelrycraft/model/ModelMask.java')
| -rwxr-xr-x | src/main/java/darkknight/jewelrycraft/model/ModelMask.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/model/ModelMask.java b/src/main/java/darkknight/jewelrycraft/model/ModelMask.java index 8d24ed7..d1934ab 100755 --- a/src/main/java/darkknight/jewelrycraft/model/ModelMask.java +++ b/src/main/java/darkknight/jewelrycraft/model/ModelMask.java @@ -65,8 +65,8 @@ public class ModelMask extends ModelBase { } /** - * This is a helper function from Tabula to set the rotation of model - * parts + * This is a helper function from Tabula to set the rotation of + * model parts */ public void setRotateAngle(ModelRenderer modelRenderer, float x, float y, float z) { |
