diff options
Diffstat (limited to 'src/main/kotlin/dulkirmod/features/ViewBobbing.kt')
-rw-r--r-- | src/main/kotlin/dulkirmod/features/ViewBobbing.kt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/kotlin/dulkirmod/features/ViewBobbing.kt b/src/main/kotlin/dulkirmod/features/ViewBobbing.kt new file mode 100644 index 0000000..cdb866b --- /dev/null +++ b/src/main/kotlin/dulkirmod/features/ViewBobbing.kt @@ -0,0 +1,7 @@ +package dulkirmod.features + +object ViewBobbing { + fun renderBob(partialTicks: Float): Boolean { + return false + } +}
\ No newline at end of file |