{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "515551",
   "self": "https://bugs.mojang.com/rest/api/2/issue/515551",
   "key": "BDS-17619",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "4",
      "customfield_10500": {
         "self": "https://bugs.mojang.com/rest/api/2/customFieldOption/10300",
         "value": "Unconfirmed",
         "id": "10300",
         "disabled": false
      },
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": "2023-02-07T20:27:36.000+0200",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-17619/watchers",
         "watchCount": 0,
         "isWatching": false
      },
      "created": "2022-09-06T05:00:28.000+0300",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [],
      "customfield_11700": "{}",
      "versions": [
         "21148",
         "21157"
      ],
      "issuelinks": [],
      "assignee": null,
      "updated": "2023-02-07T20:27:36.000+0200",
      "status": "5",
      "description": "Hosting a BDS on a Linux machine. After getting players on the server, an issue was reported where players will receive damage falling from heights they should not receive fall damage from. This would happen especially frequently when sprinting and jumping, when the player is falling an additional block, or even on an even surface. I believe the server is using a flawed method to calculate fall damage where the distance travelled is being incorrectly \"added\" to the total distance fallen. This could explain why the bug is common when sprinting as you can travel further distances when jumping. This tends to happen more often with additional players on the server as well. It seems like client-auth movement is not working as intended either?\r\n\r\nFor the game stuttering, I have no clue why tick rate/server related performance is dropping client FPS and making the game stutter for players when the worse that should happen with server performance issues is network related lag. Why does it seem like my client is completely dependent on receiving server updates for its own {+}performance{+}?",
      "customfield_11100": 0.0,
      "customfield_11300": null,
      "customfield_11500": null,
      "customfield_12503": null,
      "customfield_12700": "[Briefly describe the bug here]\r\n\r\n*Steps to Reproduce:*\r\n# [Step 1]\r\n# [Step 2]\r\n# [Step 3]\r\n\r\n*Observed Results:*\r\n[Describe what happens]\r\n\r\n*Expected Results:*\r\n[Describe what should happen]\r\n\r\n*Screenshots/Videos attached:* [please attach an image or short video]\r\n\r\n*Notes:*",
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [],
      "summary": "Fall Damage when sprinting and jumping from 1 or 2 block heights, game is stuttering for clients",
      "creator": "JIRAUSER720240",
      "reporter": "JIRAUSER720240",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i2adfz:",
      "environment": null,
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/515551/comment/1198266",
               "id": "1198266",
               "author": "JIRAUSER648376",
               "body": "Hi\r\n\r\nWere there any changes to server properties? Have you tried reinstalling BDS from fresh instal to check if issue still occurs?\r\n\r\nAlso, please put only one bug report in each ticket. It is very difficult to keep track of bugs when they are not in their own tickets.\r\n\r\nThis ticket will automatically reopen when you reply. ",
               "updateAuthor": "JIRAUSER648376",
               "created": "2022-09-06T12:28:16.629+0300",
               "updated": "2022-09-06T12:28:16.629+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/515551/comment/1236122",
               "id": "1236122",
               "author": "JIRAUSER484247",
               "body": "Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as {_}Incomplete{_}. If you feel this is still a valid issue then please comment, or create a new ticket following the [Issue Guidelines|https://help.minecraft.net/hc/en-us/articles/4408887473421] which includes steps to reproduce the problem.\r\n\r\n{*}Quick Links{*}:\r\n\ud83d\udcd3 [Issue Guidelines|https://aka.ms/MCBugTrackerHelp] \u2013 \ud83d\udcac [Mojang Support|https://help.minecraft.net/hc/en-us/requests/new] \u2013 \ud83d\udce7 [Suggestions|https://feedback.minecraft.net/] \u2013 \ud83d\udcd6 [Minecraft Wiki|http://minecraft.gamepedia.com/Minecraft_Wiki]",
               "updateAuthor": "JIRAUSER484247",
               "created": "2023-02-07T20:27:36.968+0200",
               "updated": "2023-02-07T20:27:36.968+0200"
            }
         ],
         "maxResults": 2,
         "total": 2,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-17619/votes",
         "votes": 0,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 7,
      "total": 7,
      "histories": [
         {
            "id": "2665487",
            "author": "JIRAUSER720240",
            "created": "2022-09-06T05:00:49.944+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Hosting a BDS on a Linux machine. After getting players on the server, an issue was reported where players will receive fall damage from heights, they should not receive fall damage. This would happen especially frequently when sprinting and jumping, when the player is falling an additional block, or even on an even surface. I believe the server is using a flawed method to calculate fall damage where the distance travelled is being incorrectly \"added\" to the total distance fallen. This could explain why the bug is common when sprinting as you can travel further distances when jumping. This tends to happen more often with additional players on the server as well. It seems like client-auth movement is not working as intended either?\r\n\r\nFor the game stuttering, I have no clue why tick rate/server related performance is dropping client FPS and making the game stutter for players when the worse that should happen with server performance issues is network related lag. Why does it seem like my client is completely dependent on receiving server updates for its own {+}performance{+}?",
                  "to": null,
                  "toString": "Hosting a BDS on a Linux machine. After getting players on the server, an issue was reported where players will receive fall damage from heights they should not receive fall damage. This would happen especially frequently when sprinting and jumping, when the player is falling an additional block, or even on an even surface. I believe the server is using a flawed method to calculate fall damage where the distance travelled is being incorrectly \"added\" to the total distance fallen. This could explain why the bug is common when sprinting as you can travel further distances when jumping. This tends to happen more often with additional players on the server as well. It seems like client-auth movement is not working as intended either?\r\n\r\nFor the game stuttering, I have no clue why tick rate/server related performance is dropping client FPS and making the game stutter for players when the worse that should happen with server performance issues is network related lag. Why does it seem like my client is completely dependent on receiving server updates for its own {+}performance{+}?"
               }
            ]
         },
         {
            "id": "2665488",
            "author": "JIRAUSER720240",
            "created": "2022-09-06T05:01:20.823+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "Hosting a BDS on a Linux machine. After getting players on the server, an issue was reported where players will receive fall damage from heights they should not receive fall damage. This would happen especially frequently when sprinting and jumping, when the player is falling an additional block, or even on an even surface. I believe the server is using a flawed method to calculate fall damage where the distance travelled is being incorrectly \"added\" to the total distance fallen. This could explain why the bug is common when sprinting as you can travel further distances when jumping. This tends to happen more often with additional players on the server as well. It seems like client-auth movement is not working as intended either?\r\n\r\nFor the game stuttering, I have no clue why tick rate/server related performance is dropping client FPS and making the game stutter for players when the worse that should happen with server performance issues is network related lag. Why does it seem like my client is completely dependent on receiving server updates for its own {+}performance{+}?",
                  "to": null,
                  "toString": "Hosting a BDS on a Linux machine. After getting players on the server, an issue was reported where players will receive damage falling from heights they should not receive fall damage from. This would happen especially frequently when sprinting and jumping, when the player is falling an additional block, or even on an even surface. I believe the server is using a flawed method to calculate fall damage where the distance travelled is being incorrectly \"added\" to the total distance fallen. This could explain why the bug is common when sprinting as you can travel further distances when jumping. This tends to happen more often with additional players on the server as well. It seems like client-auth movement is not working as intended either?\r\n\r\nFor the game stuttering, I have no clue why tick rate/server related performance is dropping client FPS and making the game stutter for players when the worse that should happen with server performance issues is network related lag. Why does it seem like my client is completely dependent on receiving server updates for its own {+}performance{+}?"
               }
            ]
         },
         {
            "id": "2665544",
            "author": "JIRAUSER648376",
            "created": "2022-09-06T12:28:16.631+0300",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "2665545",
            "author": "JIRAUSER648376",
            "created": "2022-09-06T12:29:21.273+0300",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2665546",
            "author": "JIRAUSER648376",
            "created": "2022-09-06T12:29:30.032+0300",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "2744856",
            "author": "JIRAUSER484247",
            "created": "2023-02-07T20:27:30.853+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "2744857",
            "author": "JIRAUSER484247",
            "created": "2023-02-07T20:27:36.971+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "4",
                  "toString": "Incomplete"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}