diff options
Diffstat (limited to 'src/main/kotlin/dulkirmod/features/ItemAnimations.kt')
-rw-r--r-- | src/main/kotlin/dulkirmod/features/ItemAnimations.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/dulkirmod/features/ItemAnimations.kt b/src/main/kotlin/dulkirmod/features/ItemAnimations.kt index 7e9b85d..8fa55f2 100644 --- a/src/main/kotlin/dulkirmod/features/ItemAnimations.kt +++ b/src/main/kotlin/dulkirmod/features/ItemAnimations.kt @@ -19,6 +19,7 @@ import kotlin.math.pow * @author Aton - THANK YOU */ object ItemAnimations { + /** * Directly referenced hook for the itemTransform Inject in the ItemRenderer Mixin. * Takes care of scaling and positioning the held item. @@ -111,4 +112,5 @@ object ItemAnimations { GlStateManager.translate(-newX, -newY, -newZ) return true } + }
\ No newline at end of file |