{"id":90440,"date":"2026-06-05T06:54:30","date_gmt":"2026-06-05T03:54:30","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/"},"modified":"2026-06-05T06:54:30","modified_gmt":"2026-06-05T03:54:30","slug":"kineticdamage","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/","title":{"rendered":"KineticDamage"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/banner\/banner.png?raw=true\" alt=\"KineticDamage Banner\" width=100%><\/p>\n<p>&#8212;<\/p>\n<p># KineticDamage<br \/>\n**An easy-to-use, highly-configurable Minecraft mod that brings more realism to combat by scaling damage and knockback with kinetic energy.**  <\/p>\n<p>***This mod is still in development and lots of new features are still being planned! This is my first ever mod, I hope you find it useful!***<br \/>\n**If you have a feature request or find a bug please create an issue or message me on Discord! (username: o7q) \ud83d\ude0a**  <\/p>\n<p>&#8212;<\/p>\n<p># \u2728 Features<\/p>\n<p>&#8211; ## \u2694\ufe0f Damage scaling<br \/>\n    > This mod features a highly configurable damage scaling system that changes how Minecraft deals damage to mobs.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/gifs\/1.gif?raw=true\" alt=\"Falling Attack Demonstrations\" width=90%><br \/>\n    <img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/gifs\/2.gif?raw=true\" alt=\"Speed Attack Demonstration\" width=90%><\/p>\n<p>    &#8212;<\/p>\n<p>&#8211; ## \ud83d\udca8 Knockback scaling<br \/>\n    > You can also configure how energy is transferred from yourself to other entities.<br \/>\n    <img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/gifs\/3.gif?raw=true\" alt=\"Pig Taking Knockback\" width=90%><\/p>\n<p>    &#8212;<\/p>\n<p>    > Highly compatible with other mods, here are some examples with **ULTRACRAFT**<br \/>\n    <img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/gifs\/4.gif?raw=true\" alt=\"Pig Taking Knockback (ultracraft)\" width=90%><br \/>\n    <img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/gifs\/5.gif?raw=true\" alt=\"Pig Taking Vertical Knockback (ULTRACRAFT mod)\" width=90%><\/p>\n<p>    &#8212;<\/p>\n<p>    > Example with **BetterCombat**<br \/>\n    <img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/gifs\/6.gif?raw=true\" alt=\"Wither Skeleton Taking Vertical Knockback (BetterCombat mod)\" width=90%><\/p>\n<p>    &#8212;<\/p>\n<p>    > Example with an elytra<br \/>\n    <img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/gifs\/7.gif?raw=true\" alt=\"Wither Skeleton Taking Vertical Knockback (wearing elytra)\" width=90%><\/p>\n<p>    &#8212;<\/p>\n<p># \ud83d\udcdc Commands<br \/>\n&#8211; **`\/kineticdamage reload` *reloads the config***<\/p>\n<p>That&#8217;s it! For now&#8230; \ud83d\ude42<\/p>\n<p>&#8212;<\/p>\n<p># \u2699\ufe0f Configuration<br \/>\nThis is the default configuration file for KineticDamage. It contains an explanation for every configurable option and acts as the guide.<br \/>\n&#8220;`properties<br \/>\n# KineticDamage config<br \/>\n# Comment out &#8216;version&#8217; with &#8216;#&#8217; if you do not want the config to regenerate on version change<br \/>\nversion=1.0.0_beta1<\/p>\n<p># Damage multipliers<br \/>\n# These values will be multiplied with the calculated damage values<br \/>\ndamage-multiplier-vertical=1.0<br \/>\ndamage-multiplier-horizontal=2.0<\/p>\n<p># Specify the max amount of damage that can be done<br \/>\n# Negative numbers will uncap the damage<br \/>\ndamage-max-vertical=50.0<br \/>\ndamage-max-horizontal=-1.0<\/p>\n<p># Knockback multipliers<br \/>\n# Scales the knockback with attacker&#8217;s incoming velocity<br \/>\nknockback-multiplier-x=2.0<br \/>\nknockback-multiplier-y=1.0<br \/>\nknockback-multiplier-z=2.0<\/p>\n<p># Action multipliers<br \/>\n# Scales damage and knockback depending on the attacker&#8217;s action<br \/>\naction-sprinting-multiplier=1.5<br \/>\naction-swimming-multiplier=0.75<br \/>\naction-sneaking-multiplier=0.5<br \/>\naction-crawling-multiplier=0.25<\/p>\n<p># Use player fall distance for damage<br \/>\n# The farther the player falls the more damage they will do<br \/>\n# Also, this damage will be added on top of the damage already done by the player&#8217;s velocity<br \/>\nplayer-use-fall-distance=true<\/p>\n<p># Use the direct attack register rather than the standard attack callback (calculated client-side using a mixin)<br \/>\n# This option is useful if you are having mod compatibility issues (ex. BetterCombat, or other combat based mods that may interfere with KineticDamage)<br \/>\n# This option should usually be enabled, but in the case you are having issues, try disabling it<br \/>\nplayer-use-direct-hit-register=true<\/p>\n<p># Use player head rotation vector for math<br \/>\n# This will use the player&#8217;s head rotation instead of body velocity to calculate values<br \/>\n# If enabled, the server will always use the players head rotation vector to calculate knockback vectors instead of the velocity vector of the player itself<br \/>\n# In other words, the knockback will always occur in the direction the player is looking, this is not as realistic but it can be very fun<br \/>\nplayer-use-head-rotation=false<\/p>\n<p># Should the entity&#8217;s velocity be completely overwritten by the new calculated velocity?<br \/>\n# By default, the new calculated velocity is added to the entities original velocity, this is much more realistic<br \/>\n# If enabled, all original entity velocity will be ignored and overwritten by the new calculated velocity<br \/>\nentity-ignore-original-velocity=false<\/p>\n<p># ADVANCED OPTIONS<br \/>\n# Damping function for player fall distance<br \/>\n# This option will make the fall distance damage and knockback scale more slowly the longer the player falls<br \/>\n# This is to make it so a player can&#8217;t just jump off of a mountain and 1 tap any mob<br \/>\n# I&#8217;ve also included some options to increase the damage the longer you fall (inverse-damping options)<br \/>\n#<br \/>\n# If you don&#8217;t want to use any damping functions specify: none<br \/>\n# DAMPING OPTIONS (by increasing strength):               linear, sqrt, log_e, log, tanh<br \/>\n# INVERSE-DAMPING OPTIONS (by increasing strength):       quadratic, cubic<br \/>\n# Note: &#8216;none&#8217; is the same as &#8216;linear&#8217;, except that linear will use the coefficient and constant values in it&#8217;s calculation<br \/>\nplayer-fall-distance-damping-function=sqrt<br \/>\n# This value is multiplied to the fall distance before going into the damping function, it will be ignored if &#8216;none&#8217; is set for the damping function<br \/>\nplayer-fall-distance-damping-coefficient=10.0<br \/>\n# Horizontal shift factor, example: f(x) = FUNC(AX + K1 <-) + K2\nplayer-fall-distance-damping-constant-1=0.0\n# Vertical shift factor, example: f(x) = FUNC(AX + K1) + K2 <-\nplayer-fall-distance-damping-constant-2=0.0\n# Auto clamp square root function\n# This ensures that the y of f(x) = sqrt(ax) is never bigger than the y of f(x) = ax\n# Turning this off can produce strange values when a player crits a mob after falling a small distance\n# This value is ONLY used when 'sqrt' is used for the damping function\n# When enabled, the 'constant-1' and 'constant-2' values will be ignored\nplayer-fall-distance-damping-sqrt-auto-clamp=true\n# This value is multiplied to the fall distance that's used to calculate downwards knockback\n# Lower values means lower downwards knockback\nplayer-fall-distance-downwards-knockback-coefficient=0.05\n\n# Debug\n# Logs debug messages to the chat (per player)\ndebug-chat-log=false\n```\n\n---\n\n**\ud83e\udd70 The idea and name for this mod came from my friend **weeg**.**\n\n---\n\n<img decoding=\"async\" src=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/banner\/icon_shadow.png?raw=true\" alt=\"KineticDamage Icon\" width=10%><\/p>\n<p>**KineticDamage**<br \/>\nWritten in Java for Minecraft Fabric<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A highly-configurable Minecraft mod that scales damage and knockback with kinetic energy.<\/p>\n","protected":false},"featured_media":90441,"template":"","meta":{"_minecraft_slug":"kineticdamage","_minecraft_project_id":"zDpPF65y","_minecraft_author":"o7q","_minecraft_license":"MIT","_minecraft_downloads":2654,"_minecraft_follows":27,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"kineticdamage.zip","_minecraft_size_bytes":36152,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T17:59:01.887120Z","_minecraft_date_created":"2024-01-10T03:33:03.451350Z","_minecraft_date_modified":"2024-01-07T04:46:45.377200Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/kineticdamage","_minecraft_icon_attachment_id":90441,"_minecraft_imported_at":"2026-06-05T03:54:30+00:00","_minecraft_import_hash":"52bea3aad9b53181f303ee59911b4fc4","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,89,92],"mod_loader":[99],"minecraft_version":[59,36,60,93,94],"class_list":["post-90440","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-game-mechanics","mod_category-utility","mod_loader-fabric","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>KineticDamage - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KineticDamage - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A highly-configurable Minecraft mod that scales damage and knockback with kinetic energy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/banner\/banner.png?raw=true\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kineticdamage\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kineticdamage\\\/\",\"name\":\"KineticDamage - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kineticdamage\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kineticdamage\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kineticdamage-icon-aa769cbe211c7300f54c5c193bc4f81961174bd7.png\",\"datePublished\":\"2026-06-05T03:54:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kineticdamage\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kineticdamage\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kineticdamage\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kineticdamage-icon-aa769cbe211c7300f54c5c193bc4f81961174bd7.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kineticdamage-icon-aa769cbe211c7300f54c5c193bc4f81961174bd7.png\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kineticdamage\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"KineticDamage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"KineticDamage - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/","og_locale":"en_US","og_type":"article","og_title":"KineticDamage - Minecraft","og_description":"A highly-configurable Minecraft mod that scales damage and knockback with kinetic energy.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/o7q\/KineticDamage\/blob\/main\/assets\/images\/banner\/banner.png?raw=true","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/","name":"KineticDamage - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kineticdamage-icon-aa769cbe211c7300f54c5c193bc4f81961174bd7.png","datePublished":"2026-06-05T03:54:30+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kineticdamage-icon-aa769cbe211c7300f54c5c193bc4f81961174bd7.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kineticdamage-icon-aa769cbe211c7300f54c5c193bc4f81961174bd7.png","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kineticdamage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"KineticDamage"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/90440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/90441"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=90440"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=90440"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=90440"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=90440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}