Jump to content

Recommended Posts

Posted (edited)

I have made a mod that adds a horse cart to minecraft, everything but this works great;

 

For handling the carts movement, I made the cart always face the horse and move it for the distance inbetween on every update like so;

 

Vec3d moveVec = new Vec3d(this.pulling.posX-this.posX-this.getLookVec().x*offset, this.pulling.posY-this.posY, this.pulling.posZ-this.posZ-this.getLookVec().z*offset);

 

moveVec.x, moveVec.y and moveVec.z are then used in Entity#move. I do this on both client and server, yet the cart stutters on every update tick (every 20 ticks in this case).

 

You can experience this by yourself by attaching a horse to a cart and letting it wander around.

 

 

Edited by MennoMax
  • Like 1
Posted (edited)

Final bump and some further information;

 

  • the cart stutters for the players that aren't riding the horse (sometimes even the player riding the horse can see the cart stutter)
    • if it happens for the player riding the horse, it's not just for a single tick but for a longer period every 20 ticks

Log with "ticksExisted | motionX | motionY | motionZ" of the cart; (player was riding the horse and the cart was lagging, this only happens sometimes)

Spoiler

[19:49:00] [main/INFO]: [STDOUT]: 39 -4.574118861455645E-14 0.0 9.092726571680032E-14
[19:49:00] [Server thread/INFO]: [STDOUT]: 61 -4.574118861455645E-14 0.0 9.092726571680032E-14
[19:49:00] [main/INFO]: [STDOUT]: 40 2.2684273649220543E-4 0.0 -1.3561212062995764E-4
[19:49:00] [Server thread/INFO]: [STDOUT]: 62 -4.574118861455645E-14 0.0 9.092726571680032E-14
[19:49:00] [main/INFO]: [STDOUT]: 41 -0.1503358662128904 0.0 -0.035294740647077605
[19:49:00] [Server thread/INFO]: [STDOUT]: 63 -4.574118861455645E-14 0.0 9.092726571680032E-14
[19:49:00] [main/INFO]: [STDOUT]: 42 -0.23090521617327786 0.0 -0.05369814233845316
[19:49:00] [Server thread/INFO]: [STDOUT]: 64 -0.15033543705944785 0.0 -0.03529463335862604
[19:49:00] [main/INFO]: [STDOUT]: 43 -0.27419903876757434 0.0 -0.06281288259524442
[19:49:00] [Server thread/INFO]: [STDOUT]: 65 -0.2309046439685063 0.0 -0.053697999287396714
[19:49:00] [main/INFO]: [STDOUT]: 44 -0.29745149919922387 0.0 -0.06734755073421184
[19:49:00] [Server thread/INFO]: [STDOUT]: 66 -0.2741984665631665 0.0 -0.062812775306611
[19:49:00] [Server thread/INFO]: [STDOUT]: 67 -0.297450926994725 0.0 -0.06734737192018658
[19:49:00] [main/INFO]: [STDOUT]: 45 -0.3099732364272314 0.0 -0.06944634921310355
[19:49:00] [main/INFO]: [STDOUT]: 46 -0.31672415868147263 0.0 -0.07036148884280924
[19:49:00] [Server thread/INFO]: [STDOUT]: 68 -0.30997266422264147 0.0 -0.06944624192465199
[19:49:00] [main/INFO]: [STDOUT]: 47 -0.32043526543639045 0.0 -0.07041824609577818
[19:49:00] [Server thread/INFO]: [STDOUT]: 69 -0.3167237295279395 0.0 -0.07036138155453953
[19:49:01] [main/INFO]: [STDOUT]: 48 -0.32244224145492817 0.0 -0.07036022478159798
[19:49:01] [Server thread/INFO]: [STDOUT]: 70 -0.3204348362829026 0.0 -0.07041813880769043
[19:49:01] [main/INFO]: [STDOUT]: 49 -0.32356318389220196 0.0 -0.07012047685529976
[19:49:01] [Server thread/INFO]: [STDOUT]: 71 -0.6461504792105646 0.0 -0.13980585784893262
[19:49:01] [main/INFO]: [STDOUT]: 50 -0.3242093259543708 0.0 -0.06978332939306708
[19:49:01] [Server thread/INFO]: [STDOUT]: 72 -0.32420818154528197 0.0 -0.06978304329077223
[19:49:01] [main/INFO]: [STDOUT]: 51 -0.32460076680213223 0.0 -0.06939386585836471
[19:49:01] [Server thread/INFO]: [STDOUT]: 73 9.103828801926284E-14 0.0 1.8185453143360064E-13
[19:49:01] [Server thread/INFO]: [STDOUT]: 74 -0.32459962239286133 0.0 -0.06939365128137076
[19:49:01] [main/INFO]: [STDOUT]: 52 -0.3248551240201323 0.0 -0.06897628103988612
[19:49:01] [Server thread/INFO]: [STDOUT]: 75 -0.32480648662995026 0.0 -0.06920119320657253
[19:49:01] [main/INFO]: [STDOUT]: 53 -0.3249881255547735 0.0 -0.06876875260968518
[19:49:01] [Server thread/INFO]: [STDOUT]: 76 -0.3249399173180336 0.0 -0.0689937005390675
[19:49:01] [main/INFO]: [STDOUT]: 54 -0.3250820839654809 0.0 -0.06855309633447182
[19:49:01] [Server thread/INFO]: [STDOUT]: 77 -0.3250816548119473 0.0 -0.06855302480889808
[19:49:01] [main/INFO]: [STDOUT]: 55 -0.32515444595983345 0.0 -0.06833307940241867
[19:49:01] [Server thread/INFO]: [STDOUT]: 78 -0.3251541598574934 0.0 -0.06833304363990467
[19:49:01] [main/INFO]: [STDOUT]: 56 -0.3252154253028947 0.0 -0.06811071505353539
[19:49:01] [main/INFO]: [STDOUT]: 57 -0.3252231171743918 0.0 -0.06811225966266649
[19:49:01] [Server thread/INFO]: [STDOUT]: 79 -0.32516807537322157 0.0 -0.0683358417965792
[19:49:01] [main/INFO]: [STDOUT]: 58 -0.32527440971070964 0.0 -0.06788791862800281
[19:49:01] [Server thread/INFO]: [STDOUT]: 80 -0.32522297412324397 0.0 -0.0681122596628484
[19:49:01] [main/INFO]: [STDOUT]: 59 -0.325323716162893 0.0 -0.06766315740260326
[19:49:01] [Server thread/INFO]: [STDOUT]: 81 -0.32527426665942594 0.0 -0.06788788286494313
[19:49:01] [main/INFO]: [STDOUT]: 60 -0.65064210357682 0.0 -0.135272167072435
[19:49:01] [Server thread/INFO]: [STDOUT]: 82 -0.3253235731119277 0.0 -0.06766315740269424
[19:49:01] [main/INFO]: [STDOUT]: 61 -0.3253726731622919 0.0 -0.06743828874241448
[19:49:01] [Server thread/INFO]: [STDOUT]: 83 -0.3253249061102452 0.0 -0.06766340788281017
[19:49:01] [main/INFO]: [STDOUT]: 62 -0.3253729728995949 0.0 -0.06743838598113144
[19:49:01] [Server thread/INFO]: [STDOUT]: 84 -0.3253726731622919 0.0 -0.06743828874241448
[19:49:01] [Server thread/INFO]: [STDOUT]: 85 -0.3253729728995949 0.0 -0.06743838598113144
[19:49:01] [main/INFO]: [STDOUT]: 63 -0.32537341938550535 0.0 -0.06743845463861364
[19:49:01] [main/INFO]: [STDOUT]: 64 -0.32542028292900804 0.0 -0.06721316668208605
[19:49:01] [Server thread/INFO]: [STDOUT]: 86 -0.32537341938550535 0.0 -0.06743845463861364
[19:49:01] [main/INFO]: [STDOUT]: 65 -0.32542032884848604 0.0 -0.06721321186332718
[19:49:01] [Server thread/INFO]: [STDOUT]: 87 -0.32542028292900804 0.0 -0.06721316668208605
[19:49:01] [main/INFO]: [STDOUT]: 66 -0.32542035341916753 0.0 -0.06721321690265541
[19:49:01] [Server thread/INFO]: [STDOUT]: 88 -0.32542032884848604 0.0 -0.06721321186332718
[19:49:01] [Server thread/INFO]: [STDOUT]: 89 -0.32542035341916753 0.0 -0.06721321690265541
[19:49:01] [main/INFO]: [STDOUT]: 67 -0.32542065266866294 0.0 -0.0672132195991253
[19:49:02] [main/INFO]: [STDOUT]: 68 -0.3254670082749729 0.0 -0.06698787972181891
[19:49:02] [Server thread/INFO]: [STDOUT]: 90 -0.32542065266866294 0.0 -0.0672132195991253
[19:49:02] [Server thread/INFO]: [STDOUT]: 91 -0.3254670082749729 0.0 -0.06698787972181891
[19:49:02] [main/INFO]: [STDOUT]: 69 -0.3254670120395078 0.0 -0.06698788049416182
[19:49:02] [main/INFO]: [STDOUT]: 70 -0.32546701405349276 0.0 -0.06698791666958642
[19:49:02] [Server thread/INFO]: [STDOUT]: 92 -0.3254670120395078 0.0 -0.06698788049416182
[19:49:02] [main/INFO]: [STDOUT]: 71 -0.3254670151313803 0.0 -0.06698788112807963
[19:49:02] [Server thread/INFO]: [STDOUT]: 93 -0.32546701405349276 0.0 -0.06698791666958642
[19:49:02] [Server thread/INFO]: [STDOUT]: 94 -0.3254670151313803 0.0 -0.06698788112807963
[19:49:02] [main/INFO]: [STDOUT]: 72 -0.3254670157079089 0.0 -0.0669878812460411
[19:49:02] [Server thread/INFO]: [STDOUT]: 95 -0.3254670157079089 0.0 -0.0669878812460411
[19:49:02] [main/INFO]: [STDOUT]: 73 -0.3254671590675118 0.0 -0.06698791707267449
[19:49:02] [Server thread/INFO]: [STDOUT]: 96 -0.3254671590675118 0.0 -0.06698791707267449
[19:49:02] [main/INFO]: [STDOUT]: 74 -0.32546715923263037 0.0 -0.06698791710614388
[19:49:02] [main/INFO]: [STDOUT]: 75 -0.3255133648417541 0.0 -0.06676250427899505
[19:49:02] [Server thread/INFO]: [STDOUT]: 97 -0.32546715923263037 0.0 -0.06698791710614388
[19:49:02] [main/INFO]: [STDOUT]: 76 -0.3255133648890478 0.0 -0.06676250428854474
[19:49:02] [Server thread/INFO]: [STDOUT]: 98 -0.6510267297308019 0.0 -0.13352500856735788
[19:49:02] [main/INFO]: [STDOUT]: 77 -0.3255133649142863 0.0 -0.06676250429400171
[19:49:02] [Server thread/INFO]: [STDOUT]: 99 0.0 0.0 -1.819100425848319E-13
[19:49:02] [main/INFO]: [STDOUT]: 78 -0.32551336492770133 0.0 -0.0667625042967302
[19:49:02] [Server thread/INFO]: [STDOUT]: 100 -0.3255133649142863 0.0 -0.06676250429400171
[19:49:02] [main/INFO]: [STDOUT]: 79 -0.3255133649349773 0.0 -0.06676250429809444
[19:49:02] [Server thread/INFO]: [STDOUT]: 101 -0.32551336492770133 0.0 -0.0667625042967302
[19:49:02] [main/INFO]: [STDOUT]: 80 -0.650957091822693 0.0 -0.133626526644548
[19:49:02] [Server thread/INFO]: [STDOUT]: 102 -0.3255133649349773 0.0 -0.06676250429809444
[19:49:02] [main/INFO]: [STDOUT]: 81 -0.32551336494093475 0.0 -0.06676250429927677
[19:49:02] [Server thread/INFO]: [STDOUT]: 103 -0.32551336493884264 0.0 -0.06676250429900393
[19:49:02] [main/INFO]: [STDOUT]: 82 -0.3255133649420716 0.0 -0.06676250429927677
[19:49:02] [Server thread/INFO]: [STDOUT]: 104 -0.325513364940889 0.0 -0.06676250429945868
[19:49:02] [Server thread/INFO]: [STDOUT]: 105 -0.3255133649420259 0.0 -0.06676250429945868
[19:49:02] [main/INFO]: [STDOUT]: 83 -0.32551336494275374 0.0 -0.06676250429927677
[19:49:02] [Server thread/INFO]: [STDOUT]: 106 -0.325513364942708 0.0 -0.06676250429945868
[19:49:02] [main/INFO]: [STDOUT]: 84 -0.3255133649429811 0.0 -0.06676250429973152
[19:49:02] [main/INFO]: [STDOUT]: 85 -0.3255133649432085 0.0 -0.06676250429973152
[19:49:02] [Server thread/INFO]: [STDOUT]: 107 -0.32551336494293537 0.0 -0.06676250429991343
[19:49:02] [Server thread/INFO]: [STDOUT]: 108 -0.32551336494316274 0.0 -0.06676250429991343
[19:49:02] [main/INFO]: [STDOUT]: 86 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:02] [Server thread/INFO]: [STDOUT]: 109 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:02] [main/INFO]: [STDOUT]: 87 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [main/INFO]: [STDOUT]: 88 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 110 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 89 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 111 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 90 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 112 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [Server thread/INFO]: [STDOUT]: 113 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 91 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 114 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 92 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [main/INFO]: [STDOUT]: 93 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 115 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [Server thread/INFO]: [STDOUT]: 116 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 94 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [main/INFO]: [STDOUT]: 95 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 117 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 96 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 118 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [Server thread/INFO]: [STDOUT]: 119 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 97 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 120 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 98 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 121 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 99 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 122 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 100 -0.6509704844352657 0.0 -0.1336715345128141
[19:49:03] [Server thread/INFO]: [STDOUT]: 123 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 101 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [main/INFO]: [STDOUT]: 102 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 124 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 103 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 125 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 104 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 126 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [Server thread/INFO]: [STDOUT]: 127 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 105 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [main/INFO]: [STDOUT]: 106 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 128 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:03] [main/INFO]: [STDOUT]: 107 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:03] [Server thread/INFO]: [STDOUT]: 129 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 108 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 130 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 109 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 131 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 110 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [main/INFO]: [STDOUT]: 111 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 132 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [Server thread/INFO]: [STDOUT]: 133 -0.6510267298867802 0.0 -0.13352500859964495
[19:49:04] [main/INFO]: [STDOUT]: 112 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 134 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [Server thread/INFO]: [STDOUT]: 135 0.0 0.0 -1.819100425848319E-13
[19:49:04] [main/INFO]: [STDOUT]: 113 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 136 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 114 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [main/INFO]: [STDOUT]: 115 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 137 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 116 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 138 -0.6510267298867802 0.0 -0.13352500859964495
[19:49:04] [Server thread/INFO]: [STDOUT]: 139 0.0 0.0 -1.819100425848319E-13
[19:49:04] [main/INFO]: [STDOUT]: 117 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [main/INFO]: [STDOUT]: 118 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 140 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 119 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:04] [Server thread/INFO]: [STDOUT]: 141 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 120 -0.6507859419486977 0.0 -0.1334911295368329
[19:49:04] [Server thread/INFO]: [STDOUT]: 142 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 121 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [Server thread/INFO]: [STDOUT]: 143 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 122 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [Server thread/INFO]: [STDOUT]: 144 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 123 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [Server thread/INFO]: [STDOUT]: 145 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 124 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 125 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [Server thread/INFO]: [STDOUT]: 146 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 126 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [main/INFO]: [STDOUT]: 127 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:04] [Server thread/INFO]: [STDOUT]: 147 -0.9765400948301703 0.0 -0.20028751289937646
[19:49:05] [Server thread/INFO]: [STDOUT]: 148 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 149 0.0 0.0 -1.819100425848319E-13
[19:49:05] [main/INFO]: [STDOUT]: 128 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 150 0.0 0.0 -1.819100425848319E-13
[19:49:05] [main/INFO]: [STDOUT]: 129 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 151 -0.6510267298867802 0.0 -0.13352500859964495
[19:49:05] [Server thread/INFO]: [STDOUT]: 152 0.0 0.0 -1.819100425848319E-13
[19:49:05] [main/INFO]: [STDOUT]: 130 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 153 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 131 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 154 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 132 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 155 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 133 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 134 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 156 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 135 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 157 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 158 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 136 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 137 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 159 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 138 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 160 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 161 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 139 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 162 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 140 -0.6507531290458703 0.0 -0.1335174096270748
[19:49:05] [Server thread/INFO]: [STDOUT]: 163 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 141 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:05] [Server thread/INFO]: [STDOUT]: 164 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 142 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:05] [main/INFO]: [STDOUT]: 143 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:05] [Server thread/INFO]: [STDOUT]: 165 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [Server thread/INFO]: [STDOUT]: 166 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 144 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:05] [Server thread/INFO]: [STDOUT]: 167 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 145 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:05] [Server thread/INFO]: [STDOUT]: 168 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:05] [main/INFO]: [STDOUT]: 146 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:05] [main/INFO]: [STDOUT]: 147 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:05] [Server thread/INFO]: [STDOUT]: 169 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 148 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 170 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 149 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 171 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 150 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 172 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 151 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 173 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 152 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 174 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 153 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 175 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 154 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 176 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 155 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 177 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 156 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 178 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 157 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 179 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 158 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 180 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 159 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 181 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [Server thread/INFO]: [STDOUT]: 182 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 160 -0.6507665216636727 0.0 -0.13356241749670517
[19:49:06] [Server thread/INFO]: [STDOUT]: 183 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 161 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 184 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 162 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 185 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 163 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 186 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 164 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 187 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 165 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 188 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:06] [main/INFO]: [STDOUT]: 166 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [main/INFO]: [STDOUT]: 167 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:06] [Server thread/INFO]: [STDOUT]: 189 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [Server thread/INFO]: [STDOUT]: 190 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 168 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 191 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 169 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 192 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 170 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 193 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 171 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [main/INFO]: [STDOUT]: 172 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 194 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 173 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 195 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 174 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 196 -0.6510267298867802 0.0 -0.13352500859964495
[19:49:07] [main/INFO]: [STDOUT]: 175 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 197 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 176 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 198 0.0 0.0 -1.819100425848319E-13
[19:49:07] [Server thread/INFO]: [STDOUT]: 199 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 177 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 200 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 178 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [main/INFO]: [STDOUT]: 179 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 201 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 180 -0.650779914281475 0.0 -0.13360742536633552
[19:49:07] [Server thread/INFO]: [STDOUT]: 202 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 181 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 203 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 182 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 204 -0.6510267298867802 0.0 -0.13352500859964495
[19:49:07] [Server thread/INFO]: [STDOUT]: 205 0.0 0.0 -1.819100425848319E-13
[19:49:07] [main/INFO]: [STDOUT]: 183 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 206 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 184 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 207 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 185 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 208 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 186 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:07] [Server thread/INFO]: [STDOUT]: 209 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:07] [main/INFO]: [STDOUT]: 187 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:08] [Server thread/INFO]: [STDOUT]: 210 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:08] [main/INFO]: [STDOUT]: 188 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:08] [Server thread/INFO]: [STDOUT]: 211 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:08] [main/INFO]: [STDOUT]: 189 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:08] [Server thread/INFO]: [STDOUT]: 212 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:08] [main/INFO]: [STDOUT]: 190 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:08] [Server thread/INFO]: [STDOUT]: 213 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:08] [main/INFO]: [STDOUT]: 191 -0.32551336494343586 0.0 -0.06676250429973152
[19:49:08] [Server thread/INFO]: [STDOUT]: 214 -0.3255133649433901 0.0 -0.06676250429991343
[19:49:08] [main/INFO]: [STDOUT]: 192 -0.32551336494343586 0.0 -0.06676250429973152

You can clearly see that this is only happening client-side. I can't just half the motion every 20 ticks, as the interval changes when the game was paused.

 

After I've paused the game, the issue was gone for the player riding the cart;

Spoiler

[19:51:38] [main/INFO]: [STDOUT]: 193 -0.17417571154492206 0.0 -0.03572328495010879
[19:51:38] [Server thread/INFO]: [STDOUT]: 215 -0.3255133649433901 0.0 -0.06676250429991343
[19:51:38] [main/INFO]: [STDOUT]: 194 -0.09319795055857893 0.0 -0.019114817531317385
[19:51:38] [Server thread/INFO]: [STDOUT]: 216 -0.2673736621034095 0.0 -0.054838102481608086
[19:51:38] [main/INFO]: [STDOUT]: 195 -0.049868365177235585 0.0 -0.010227957752704242
[19:51:38] [Server thread/INFO]: [STDOUT]: 217 -0.049868365177189844 0.0 -0.010227957752886152
[19:51:38] [main/INFO]: [STDOUT]: 196 -0.02668356793838056 0.0 -0.0054727762699258165
[19:51:38] [Server thread/INFO]: [STDOUT]: 218 -0.026683567938334818 0.0 -0.0054727762701077265
[19:51:38] [main/INFO]: [STDOUT]: 197 -0.1650624628533932 0.0 -0.033744423836469695
[19:51:38] [Server thread/INFO]: [STDOUT]: 219 -0.16506231980220054 0.0 -0.033744388073864706
[19:51:38] [main/INFO]: [STDOUT]: 198 -0.2397257506361714 0.0 -0.04877507286137189
[19:51:38] [Server thread/INFO]: [STDOUT]: 220 -0.23972560758506933 0.0 -0.04877503709867598
[19:51:38] [main/INFO]: [STDOUT]: 199 -0.2796413464962373 0.0 -0.05698551528957979
[19:51:38] [Server thread/INFO]: [STDOUT]: 221 -0.2796412034449989 0.0 -0.05698551528957979
[19:51:38] [main/INFO]: [STDOUT]: 200 -0.30086338056121376 0.0 -0.06131566285939699
[19:51:38] [Server thread/INFO]: [STDOUT]: 222 -0.3010171505043675 0.0 -0.06128972802998761
[19:51:38] [main/INFO]: [STDOUT]: 201 -0.31245170536617506 0.0 -0.06360864646212577
[19:51:38] [Server thread/INFO]: [STDOUT]: 223 -0.31245170536617506 0.0 -0.06360864646212577
[19:51:38] [main/INFO]: [STDOUT]: 202 -0.3185456136707674 0.0 -0.06497010567200051
[19:51:38] [Server thread/INFO]: [STDOUT]: 224 -0.31854575672191476 0.0 -0.06497010567200051
[19:51:38] [main/INFO]: [STDOUT]: 203 -0.3218064855563627 0.0 -0.06569859535075012
[19:51:38] [Server thread/INFO]: [STDOUT]: 225 -0.3218063425051243 0.0 -0.06569859535075012
[19:51:38] [main/INFO]: [STDOUT]: 204 -0.3235510934925516 0.0 -0.06608839565360541
[19:51:38] [Server thread/INFO]: [STDOUT]: 226 -0.323551236543699 0.0 -0.06608839565360541
[19:51:38] [main/INFO]: [STDOUT]: 205 -0.3244848180102964 0.0 -0.06629697002354079
[19:51:38] [Server thread/INFO]: [STDOUT]: 227 -0.3244848180104327 0.0 -0.06629700578632769
[19:51:38] [main/INFO]: [STDOUT]: 206 -0.3249843588398562 0.0 -0.06640860977340712
[19:51:38] [Server thread/INFO]: [STDOUT]: 228 -0.3249843588397652 0.0 -0.06640857401025646
[19:51:38] [main/INFO]: [STDOUT]: 207 -0.32525165317761084 0.0 -0.06646829107858143
[19:51:38] [Server thread/INFO]: [STDOUT]: 229 -0.3252517962286676 0.0 -0.06646832684136827
[19:51:39] [main/INFO]: [STDOUT]: 208 -0.32539482009970033 0.0 -0.06650028025378563
[19:51:39] [Server thread/INFO]: [STDOUT]: 230 -0.32539467704859826 0.0 -0.06650028025387655
[19:51:39] [main/INFO]: [STDOUT]: 209 -0.32547120627041304 0.0 -0.06651737788797618
[19:51:39] [Server thread/INFO]: [STDOUT]: 231 -0.32547134932169675 0.0 -0.06651737788806716
[19:51:39] [main/INFO]: [STDOUT]: 210 -0.32551229858236175 0.0 -0.06652652649117957
[19:51:39] [Server thread/INFO]: [STDOUT]: 232 -0.32551215553103274 0.0 -0.0665265264912705
[19:51:39] [main/INFO]: [STDOUT]: 211 -0.3255340666640225 0.0 -0.06653142172599474
[19:51:39] [Server thread/INFO]: [STDOUT]: 233 -0.3255342097153062 0.0 -0.06653142172608573
[19:51:39] [main/INFO]: [STDOUT]: 212 -0.3255459339257869 0.0 -0.06653404106900784
[19:51:39] [Server thread/INFO]: [STDOUT]: 234 -0.32549987145634995 0.0 -0.06675948967704248
[19:51:39] [main/INFO]: [STDOUT]: 213 -0.3255061448474863 0.0 -0.06676089123520801
[19:51:39] [Server thread/INFO]: [STDOUT]: 235 -0.3255061448474863 0.0 -0.06676089123520801
[19:51:39] [main/INFO]: [STDOUT]: 214 -0.3255095016141696 0.0 -0.06676164118089223
[19:51:39] [Server thread/INFO]: [STDOUT]: 236 -0.3255095016141696 0.0 -0.06676164118089223
[19:51:39] [main/INFO]: [STDOUT]: 215 -0.3255112977529735 0.0 -0.06676204246177808
[19:51:39] [Server thread/INFO]: [STDOUT]: 237 -0.3255112977529735 0.0 -0.06676204246177808
[19:51:39] [main/INFO]: [STDOUT]: 216 -0.3255122588310315 0.0 -0.06676225717938
[19:51:39] [Server thread/INFO]: [STDOUT]: 238 -0.3255122588310315 0.0 -0.06676225717938
[19:51:39] [main/INFO]: [STDOUT]: 217 -0.32551277308480175 0.0 -0.06676237207038871
[19:51:39] [Server thread/INFO]: [STDOUT]: 239 -0.32551277308480175 0.0 -0.06676237207038871
[19:51:39] [main/INFO]: [STDOUT]: 218 -0.32551304825174165 0.0 -0.06676243354631883
[19:51:39] [Server thread/INFO]: [STDOUT]: 240 -0.32551304825174165 0.0 -0.06676243354631883
[19:51:39] [main/INFO]: [STDOUT]: 219 -0.32551319548801994 0.0 -0.06676246644092321
[19:51:39] [Server thread/INFO]: [STDOUT]: 241 -0.32551319548801994 0.0 -0.06676246644092321
[19:51:39] [main/INFO]: [STDOUT]: 220 -0.32548111585774686 0.0 -0.06676073120870574
[19:51:39] [Server thread/INFO]: [STDOUT]: 242 -0.3255132742711795 0.0 -0.06676248404191942
[19:51:39] [main/INFO]: [STDOUT]: 221 -0.3255133164264863 0.0 -0.06676249346019181
[19:51:39] [Server thread/INFO]: [STDOUT]: 243 -0.3255133164264863 0.0 -0.06676249346019181
[19:51:39] [main/INFO]: [STDOUT]: 222 -0.32551333898309176 0.0 -0.06676249849970195
[19:51:39] [Server thread/INFO]: [STDOUT]: 244 -0.32551333898309176 0.0 -0.06676249849970195
[19:51:39] [main/INFO]: [STDOUT]: 223 -0.3255133510525412 0.0 -0.066762501195899
[19:51:39] [Server thread/INFO]: [STDOUT]: 245 -0.3255133510525412 0.0 -0.066762501195899
[19:51:39] [main/INFO]: [STDOUT]: 224 -0.3255133575106357 0.0 -0.06676250263881234
[19:51:39] [Server thread/INFO]: [STDOUT]: 246 -0.3255133575106357 0.0 -0.06676250263881234
[19:51:39] [main/INFO]: [STDOUT]: 225 -0.3255133609662608 0.0 -0.06676250341097334
[19:51:39] [Server thread/INFO]: [STDOUT]: 247 -0.3255133609662608 0.0 -0.06676250341097334
[19:51:39] [main/INFO]: [STDOUT]: 226 -0.3255133628154909 0.0 -0.06676250382388393
[19:51:39] [Server thread/INFO]: [STDOUT]: 248 -0.3255133628154909 0.0 -0.06676250382388393
[19:51:39] [main/INFO]: [STDOUT]: 227 -0.3255133638047938 0.0 -0.06676250404489115
[19:51:39] [Server thread/INFO]: [STDOUT]: 249 -0.3255133638047938 0.0 -0.06676250404489115
[19:51:40] [main/INFO]: [STDOUT]: 228 -0.3255133643341197 0.0 -0.06676250416312546
[19:51:40] [Server thread/INFO]: [STDOUT]: 250 -0.3255133643341197 0.0 -0.06676250416312546
[19:51:40] [main/INFO]: [STDOUT]: 229 -0.3255133646174273 0.0 -0.06676250422679009
[19:51:40] [Server thread/INFO]: [STDOUT]: 251 -0.3255133646174273 0.0 -0.06676250422679009
[19:51:40] [main/INFO]: [STDOUT]: 230 -0.32551336476908554 0.0 -0.06676250426044139
[19:51:40] [Server thread/INFO]: [STDOUT]: 252 -0.32551336476908554 0.0 -0.06676250426044139
[19:51:40] [main/INFO]: [STDOUT]: 231 -0.3255133648500306 0.0 -0.06676250427863129
[19:51:40] [Server thread/INFO]: [STDOUT]: 253 -0.3255133648500306 0.0 -0.06676250427863129
[19:51:40] [main/INFO]: [STDOUT]: 232 -0.32551336489345895 0.0 -0.06676250428818098
[19:51:40] [Server thread/INFO]: [STDOUT]: 254 -0.32551336489345895 0.0 -0.06676250428818098
[19:51:40] [main/INFO]: [STDOUT]: 233 -0.32551336491665106 0.0 -0.06676250429363795
[19:51:40] [Server thread/INFO]: [STDOUT]: 255 -0.32551336491665106 0.0 -0.06676250429363795
[19:51:40] [main/INFO]: [STDOUT]: 234 -0.3255133649291566 0.0 -0.06676250429636643
[19:51:40] [Server thread/INFO]: [STDOUT]: 256 -0.3255133649291566 0.0 -0.06676250429636643
[19:51:40] [main/INFO]: [STDOUT]: 235 -0.32551336493575045 0.0 -0.06676250429773067
[19:51:40] [Server thread/INFO]: [STDOUT]: 257 -0.32551336493575045 0.0 -0.06676250429773067
[19:51:40] [main/INFO]: [STDOUT]: 236 -0.3255133649393884 0.0 -0.06676250429864017
[19:51:40] [Server thread/INFO]: [STDOUT]: 258 4.606246939120595E-5 0.0 -2.2544860821654966E-4
[19:51:40] [main/INFO]: [STDOUT]: 237 -0.3255133649412074 0.0 -0.06676250429909492
[19:51:40] [Server thread/INFO]: [STDOUT]: 259 -0.6510727923499418 0.0 -0.1332995599898823
[19:51:40] [main/INFO]: [STDOUT]: 238 -0.3255133649423443 0.0 -0.06676250429909492
[19:51:40] [Server thread/INFO]: [STDOUT]: 260 -0.3255133649423443 0.0 -0.06676250429909492
[19:51:40] [main/INFO]: [STDOUT]: 239 -0.32551336494279903 0.0 -0.06676250429909492
[19:51:40] [Server thread/INFO]: [STDOUT]: 261 -0.32551336494279903 0.0 -0.06676250429909492
[19:51:40] [main/INFO]: [STDOUT]: 240 -0.3254944041198997 0.0 -0.06656157513707517
[19:51:40] [Server thread/INFO]: [STDOUT]: 262 -0.3255133649432538 0.0 -0.06676250429954966
[19:51:40] [main/INFO]: [STDOUT]: 241 -0.3255133649432538 0.0 -0.06676250429954966
[19:51:40] [Server thread/INFO]: [STDOUT]: 263 -0.3255133649432538 0.0 -0.06676250429954966
[19:51:40] [main/INFO]: [STDOUT]: 242 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [Server thread/INFO]: [STDOUT]: 264 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [main/INFO]: [STDOUT]: 243 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [Server thread/INFO]: [STDOUT]: 265 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [main/INFO]: [STDOUT]: 244 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [Server thread/INFO]: [STDOUT]: 266 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [main/INFO]: [STDOUT]: 245 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [Server thread/INFO]: [STDOUT]: 267 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [main/INFO]: [STDOUT]: 246 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [Server thread/INFO]: [STDOUT]: 268 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [main/INFO]: [STDOUT]: 247 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:40] [Server thread/INFO]: [STDOUT]: 269 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 248 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 270 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 249 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 271 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 250 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 272 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 251 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 273 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 252 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 274 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 253 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 275 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 254 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 276 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 255 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 277 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 256 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 278 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 257 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 279 4.606246939120595E-5 0.0 -2.2544860821654966E-4
[19:51:41] [main/INFO]: [STDOUT]: 258 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 280 -0.6510727923563082 0.0 -0.13329955999124654
[19:51:41] [main/INFO]: [STDOUT]: 259 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 281 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 260 -0.32550779673747465 0.0 -0.06660658300670552
[19:51:41] [Server thread/INFO]: [STDOUT]: 282 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 261 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 283 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 262 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 284 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 263 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 264 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 285 4.606246939120595E-5 0.0 -2.2544860821654966E-4
[19:51:41] [Server thread/INFO]: [STDOUT]: 286 -0.6510727923563082 0.0 -0.13329955999124654
[19:51:41] [main/INFO]: [STDOUT]: 265 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 287 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 266 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 288 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [main/INFO]: [STDOUT]: 267 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:41] [Server thread/INFO]: [STDOUT]: 289 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 268 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 290 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 269 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 291 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 270 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 292 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 271 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 293 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 272 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 294 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 273 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 295 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 274 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 296 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 275 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 297 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 276 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 298 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 277 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 299 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 278 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 300 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 279 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 301 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 280 -0.32527704873027696 0.0 -0.06665159087633588
[19:51:42] [Server thread/INFO]: [STDOUT]: 302 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 281 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 303 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 282 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 304 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 283 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 305 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 284 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 306 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 285 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 307 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 286 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 308 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [main/INFO]: [STDOUT]: 287 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:42] [Server thread/INFO]: [STDOUT]: 309 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 288 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 310 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 289 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 311 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 290 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 312 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 291 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 313 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 292 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 314 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 293 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 315 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 294 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 316 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 295 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 317 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 296 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 318 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 297 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 319 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 298 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 320 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 299 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 321 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 300 -0.3252904413480793 0.0 -0.06669659874596623
[19:51:43] [Server thread/INFO]: [STDOUT]: 322 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 301 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 323 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 302 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 324 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 303 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 325 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 304 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 326 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 305 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 327 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 306 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 328 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [main/INFO]: [STDOUT]: 307 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:43] [Server thread/INFO]: [STDOUT]: 329 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 308 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 330 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 309 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 331 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 310 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 332 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 311 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 333 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 312 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 334 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 313 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 335 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 314 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 336 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 315 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 337 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 316 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 338 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 317 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 339 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [main/INFO]: [STDOUT]: 318 -0.32551336494348115 0.0 -0.06676250429954966
[19:51:44] [Server thread/INFO]: [STDOUT]: 340 -0.32551336494348115 0.0 -0.06676250429954966

 

Then it started happening again after pausing the game once more;

 

Spoiler

[19:53:57] [Server thread/INFO]: [STDOUT]: 341 4.606246939120595E-5 0.0 -2.2544860821654966E-4
[19:53:57] [main/INFO]: [STDOUT]: 319 -0.17409034690449543 0.0 -0.03557158157464074
[19:53:57] [main/INFO]: [STDOUT]: 320 -0.09319795055857893 0.0 -0.019114817531499295
[19:53:57] [Server thread/INFO]: [STDOUT]: 342 -0.17417571154492206 0.0 -0.0357232849502907
[19:53:57] [main/INFO]: [STDOUT]: 321 -0.049868365177235585 0.0 -0.010227957752886152
[19:53:57] [Server thread/INFO]: [STDOUT]: 343 -0.09319795055857893 0.0 -0.019114817531499295
[19:53:57] [main/INFO]: [STDOUT]: 322 -0.02668356793838056 0.0 -0.0054727762701077265
[19:53:57] [Server thread/INFO]: [STDOUT]: 344 -0.049868365177235585 0.0 -0.010227957752886152
[19:53:57] [main/INFO]: [STDOUT]: 323 -0.013681321906051647 0.0 -0.002931153774443418
[19:53:57] [Server thread/INFO]: [STDOUT]: 345 -0.02668356793838056 0.0 -0.0054727762701077265
[19:53:57] [Server thread/INFO]: [STDOUT]: 346 -0.013681321906051647 0.0 -0.002931153774443418
[19:53:57] [main/INFO]: [STDOUT]: 324 -0.007319927926482617 0.0 -0.0015786051748364338
[19:53:57] [Server thread/INFO]: [STDOUT]: 347 -0.007319927926482617 0.0 -0.0015786051748364338
[19:53:57] [main/INFO]: [STDOUT]: 325 -0.003905652302410356 0.0 -9.021878241583514E-4
[19:53:58] [main/INFO]: [STDOUT]: 326 -4.574118861455645E-14 0.0 -9.098277686803158E-14
[19:53:58] [Server thread/INFO]: [STDOUT]: 348 -0.003905652302410356 0.0 -9.021878241583514E-4
[19:53:58] [Server thread/INFO]: [STDOUT]: 349 -4.574118861455645E-14 0.0 -9.098277686803158E-14
[19:53:58] [main/INFO]: [STDOUT]: 327 -4.574118861455645E-14 0.0 -9.098277686803158E-14
[19:53:58] [main/INFO]: [STDOUT]: 328 -0.1295945972204664 0.0 -0.021805805713029258
[19:53:58] [Server thread/INFO]: [STDOUT]: 350 -4.574118861455645E-14 0.0 -9.098277686803158E-14
[19:53:58] [main/INFO]: [STDOUT]: 329 -0.20508682131485356 0.0 -0.02467129095375642
[19:53:58] [Server thread/INFO]: [STDOUT]: 351 -0.1295945972204664 0.0 -0.021805805713029258
[19:53:58] [main/INFO]: [STDOUT]: 330 -0.2508899661266244 0.0 -0.017513850707109674
[19:53:58] [Server thread/INFO]: [STDOUT]: 352 -0.20508682131485356 0.0 -0.02467129095375642
[19:53:58] [main/INFO]: [STDOUT]: 331 -0.279010877885594 0.0 -0.005897115831066911
[19:53:58] [Server thread/INFO]: [STDOUT]: 353 -0.2508899661266244 0.0 -0.017513850707109674
[19:53:58] [main/INFO]: [STDOUT]: 332 -0.2962601961837663 0.0 0.0070879203667573165
[19:53:58] [Server thread/INFO]: [STDOUT]: 354 -0.5750479142793665 0.0 0.011312607521449539
[19:53:58] [main/INFO]: [STDOUT]: 333 -0.30676706822546285 0.0 0.01976459956304097
[19:53:58] [Server thread/INFO]: [STDOUT]: 355 -4.5776367190164535E-6 0.0 -2.3005306738923398E-4
[19:53:58] [main/INFO]: [STDOUT]: 334 -0.31306872395471164 0.0 0.0316383447867338
[19:53:58] [Server thread/INFO]: [STDOUT]: 356 -0.30643361600077723 0.0 0.018599094809360395
[19:53:58] [main/INFO]: [STDOUT]: 335 -0.3167206768621327 0.0 0.04246928057373228
[19:53:58] [Server thread/INFO]: [STDOUT]: 357 -0.6283611781607763 0.0 0.0804381214332352
[19:53:58] [main/INFO]: [STDOUT]: 336 -0.31871650895063786 0.0 0.0520349994879325
[19:53:58] [Server thread/INFO]: [STDOUT]: 358 -0.31853683670947275 0.0 0.050381077883503156
[19:53:58] [Server thread/INFO]: [STDOUT]: 359 -4.574118861455645E-14 0.0 -1.819100425848319E-13
[19:53:58] [main/INFO]: [STDOUT]: 337 -0.31961925909772626 0.0 0.060690809667994505
[19:53:58] [main/INFO]: [STDOUT]: 338 -0.31989767725922347 0.0 0.06805751830534068
[19:53:58] [Server thread/INFO]: [STDOUT]: 360 -0.3195744840887076 0.0 0.05904815334170055
[19:53:58] [main/INFO]: [STDOUT]: 339 -0.31973231971296645 0.0 0.07463439446655684
[19:53:58] [Server thread/INFO]: [STDOUT]: 361 -0.3199181335732648 0.0 0.06665400773463265
[19:53:58] [main/INFO]: [STDOUT]: 340 -0.6380381061891969 0.0 0.15695780078131072
[19:53:58] [Server thread/INFO]: [STDOUT]: 362 -0.3198388928177338 0.0 0.0732440803646569
[19:53:58] [main/INFO]: [STDOUT]: 341 -0.318934096571593 0.0 0.08392369710163627
[19:53:58] [Server thread/INFO]: [STDOUT]: 363 -0.31941708916865563 0.0 0.07929707401890485
[19:53:58] [main/INFO]: [STDOUT]: 342 -0.3183555583295856 0.0 0.08829452039590258
[19:53:58] [Server thread/INFO]: [STDOUT]: 364 -0.31888288426089284 0.0 0.08438553773094104
[19:53:58] [main/INFO]: [STDOUT]: 343 -0.31765302418048114 0.0 0.09239902282024559
[19:53:58] [Server thread/INFO]: [STDOUT]: 365 -0.3182840327559915 0.0 0.0887519264395451
[19:53:58] [main/INFO]: [STDOUT]: 344 -0.316998199618729 0.0 0.09580352357615995
[19:53:58] [Server thread/INFO]: [STDOUT]: 366 -0.31756418941781694 0.0 0.09285228038061177
[19:53:58] [main/INFO]: [STDOUT]: 345 -0.3163014427503188 0.0 0.09895858286854498
[19:53:58] [Server thread/INFO]: [STDOUT]: 367 -0.3168949166902624 0.0 0.09625291875590847
[19:53:59] [main/INFO]: [STDOUT]: 346 -0.315657141992415 0.0 0.1016501708133547
[19:53:59] [Server thread/INFO]: [STDOUT]: 368 -0.31625523722964344 0.0 0.09918510436064032
[19:53:59] [main/INFO]: [STDOUT]: 347 -0.31509051097023066 0.0 0.10388508883934267
[19:53:59] [Server thread/INFO]: [STDOUT]: 369 -0.31560435611900184 0.0 0.10187490416601575
[19:53:59] [main/INFO]: [STDOUT]: 348 -0.3145488800242675 0.0 0.10588715398189386
[19:53:59] [Server thread/INFO]: [STDOUT]: 370 -0.31503257525564576 0.0 0.104108177103717
[19:53:59] [main/INFO]: [STDOUT]: 349 -0.31396923581833125 0.0 0.10787703488522316
[19:53:59] [Server thread/INFO]: [STDOUT]: 371 -0.3144863666729636 0.0 0.10610888326064016
[19:53:59] [main/INFO]: [STDOUT]: 350 -0.31350790539240725 0.0 0.1094217605515041
[19:53:59] [Server thread/INFO]: [STDOUT]: 372 -0.31397767583589475 0.0 0.10787996743347328
[19:53:59] [main/INFO]: [STDOUT]: 351 -0.31310114956909274 0.0 0.11074193983749869
[19:53:59] [Server thread/INFO]: [STDOUT]: 373 -0.3134393838927281 0.0 0.10964141558879426
[19:53:59] [main/INFO]: [STDOUT]: 352 -0.31275486642534833 0.0 0.11183980286823503
[19:53:59] [Server thread/INFO]: [STDOUT]: 374 -0.31302991009774805 0.0 0.11096080809320485
[19:53:59] [main/INFO]: [STDOUT]: 353 -0.3123961175219394 0.0 0.1129333664617661
[19:53:59] [Server thread/INFO]: [STDOUT]: 375 -0.3126813381354623 0.0 0.1120578843426302
[19:53:59] [main/INFO]: [STDOUT]: 354 -0.3121054500974423 0.0 0.11380698468674388
[19:53:59] [Server thread/INFO]: [STDOUT]: 376 -0.3123205865161256 0.0 0.11315073268069686
[19:53:59] [Server thread/INFO]: [STDOUT]: 377 -0.3120283455290518 0.0 0.114023778700448
[19:53:59] [main/INFO]: [STDOUT]: 355 -0.3118070520963103 0.0 0.11467788267691503
[19:53:59] [main/INFO]: [STDOUT]: 356 -0.3115017845285819 0.0 0.11554627606119539
[19:53:59] [Server thread/INFO]: [STDOUT]: 378 -0.31180819650548974 0.0 0.11467831183026644
[19:53:59] [main/INFO]: [STDOUT]: 357 -0.31135186884207533 0.0 0.11598143839710251
[19:53:59] [Server thread/INFO]: [STDOUT]: 379 -0.31150278588656866 0.0 0.11554656216358128
[19:53:59] [main/INFO]: [STDOUT]: 358 -0.31111841039464716 0.0 0.11663110558238265
[19:53:59] [Server thread/INFO]: [STDOUT]: 380 -0.31127218935293977 0.0 0.1161973741041038
[19:53:59] [main/INFO]: [STDOUT]: 359 -0.31096262824389687 0.0 0.11706426467053466
[19:53:59] [Server thread/INFO]: [STDOUT]: 381 -0.311118696497124 0.0 0.11663124863371199
[19:53:59] [main/INFO]: [STDOUT]: 360 -0.6214668633773726 0.0 0.23510843803569514
[19:53:59] [Server thread/INFO]: [STDOUT]: 382 -0.3109629143461916 0.0 0.11706433619574452
[19:53:59] [main/INFO]: [STDOUT]: 361 -0.3106453412493013 0.0 0.11792822225097555
[19:53:59] [Server thread/INFO]: [STDOUT]: 383 -0.3108054153262856 0.0 0.11749677992938812
[19:53:59] [Server thread/INFO]: [STDOUT]: 384 -0.3106457704028345 0.0 0.11792836530221396
[19:53:59] [main/INFO]: [STDOUT]: 362 -0.31056637709993984 0.0 0.11814437256743993
[19:53:59] [main/INFO]: [STDOUT]: 363 -0.3104868407068353 0.0 0.11836030829208544
[19:53:59] [Server thread/INFO]: [STDOUT]: 385 -0.3105669493045755 0.0 0.1181445871441611
[19:53:59] [Server thread/INFO]: [STDOUT]: 386 -0.31040501545062416 0.0 0.11857538569192916
[19:53:59] [main/INFO]: [STDOUT]: 364 -0.310324334627603 0.0 0.11879082072955505
[19:53:59] [main/INFO]: [STDOUT]: 365 -0.3102430815883963 0.0 0.11900618423742348
[19:53:59] [Server thread/INFO]: [STDOUT]: 387 -0.31032447767861404 0.0 0.11879089225512873
[19:54:00] [main/INFO]: [STDOUT]: 366 -0.3102442260047158 0.0 0.1190065418676568
[19:54:00] [Server thread/INFO]: [STDOUT]: 388 -0.3102433676906915 0.0 0.11900618423715059
[19:54:00] [main/INFO]: [STDOUT]: 367 -0.31016254380319896 0.0 0.11922161926931951
[19:54:00] [Server thread/INFO]: [STDOUT]: 389 -0.3101616854926763 0.0 0.11922140469132503
[19:54:00] [Server thread/INFO]: [STDOUT]: 390 -0.31016254380319896 0.0 0.11922161926931951
[19:54:00] [main/INFO]: [STDOUT]: 368 -0.31008028939536425 0.0 0.11943662514486275
[19:54:00] [main/INFO]: [STDOUT]: 369 -0.3099981780377674 0.0 0.11965148796898573
[19:54:00] [Server thread/INFO]: [STDOUT]: 391 -0.31008028939536425 0.0 0.11943662514486275
[19:54:00] [main/INFO]: [STDOUT]: 370 -0.3099983210894153 0.0 0.11965155949455952
[19:54:00] [Server thread/INFO]: [STDOUT]: 392 -0.3099981780377674 0.0 0.11965148796898573
[19:54:00] [main/INFO]: [STDOUT]: 371 -0.3099156375265921 0.0 0.1198663507921992
[19:54:00] [Server thread/INFO]: [STDOUT]: 393 -0.3099983210894153 0.0 0.11965155949455952
[19:54:00] [main/INFO]: [STDOUT]: 372 -0.30991592362911424 0.0 0.11986635079292685
[19:54:00] [Server thread/INFO]: [STDOUT]: 394 -0.3099156375265921 0.0 0.1198663507921992
[19:54:00] [main/INFO]: [STDOUT]: 373 -0.30991606668008 0.0 0.11986649384389236
[19:54:00] [Server thread/INFO]: [STDOUT]: 395 -0.30991592362911424 0.0 0.11986635079292685
[19:54:00] [main/INFO]: [STDOUT]: 374 -0.3098330970147347 0.0 0.12008107056526574
[19:54:00] [Server thread/INFO]: [STDOUT]: 396 -0.30991606668008 0.0 0.11986649384389236
[19:54:00] [main/INFO]: [STDOUT]: 375 -0.309833097014689 0.0 0.12008107056499284
[19:54:00] [Server thread/INFO]: [STDOUT]: 397 -0.3098330970147347 0.0 0.12008107056526574
[19:54:00] [Server thread/INFO]: [STDOUT]: 398 -0.309833097014689 0.0 0.12008107056499284
[19:54:00] [main/INFO]: [STDOUT]: 376 -0.3098332400660184 0.0 0.1200811420907485
[19:54:00] [main/INFO]: [STDOUT]: 377 -0.30983324006610946 0.0 0.12008114209065757
[19:54:00] [Server thread/INFO]: [STDOUT]: 399 -0.3098332400660184 0.0 0.1200811420907485
[19:54:00] [main/INFO]: [STDOUT]: 378 -0.3097499842981506 0.0 0.12029564728618425
[19:54:00] [Server thread/INFO]: [STDOUT]: 400 -0.30983324006610946 0.0 0.12008114209065757
[19:54:00] [main/INFO]: [STDOUT]: 379 -0.3097501273493437 0.0 0.1202957188119399
[19:54:00] [Server thread/INFO]: [STDOUT]: 401 -0.3097499842981506 0.0 0.12029564728618425
[19:54:00] [main/INFO]: [STDOUT]: 380 -0.6194219379739478 0.0 0.24059532960936847
[19:54:00] [Server thread/INFO]: [STDOUT]: 402 -0.3097501273493437 0.0 0.1202957188119399
[19:54:00] [main/INFO]: [STDOUT]: 381 -0.30975012734925267 0.0 0.12029571881203083
[19:54:00] [Server thread/INFO]: [STDOUT]: 403 -0.30975012734929797 0.0 0.12029564728627518
[19:54:00] [main/INFO]: [STDOUT]: 382 -0.30975012734943475 0.0 0.1202957188119399
[19:54:00] [Server thread/INFO]: [STDOUT]: 404 -0.30975012734925267 0.0 0.12029571881203083
[19:54:00] [main/INFO]: [STDOUT]: 383 -0.309750127349389 0.0 0.12029571881184897
[19:54:00] [Server thread/INFO]: [STDOUT]: 405 -0.30975012734943475 0.0 0.1202957188119399
[19:54:00] [main/INFO]: [STDOUT]: 384 -0.3097501273493437 0.0 0.12029571881175805
[19:54:00] [Server thread/INFO]: [STDOUT]: 406 -0.309750127349389 0.0 0.12029571881184897
[19:54:00] [main/INFO]: [STDOUT]: 385 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 407 -0.3097501273493437 0.0 0.12029571881175805
[19:54:01] [main/INFO]: [STDOUT]: 386 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 408 -0.6193334570607023 0.0 0.2410203049641496
[19:54:01] [main/INFO]: [STDOUT]: 387 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 409 4.529709940470639E-14 0.0 1.8196555373606316E-13
[19:54:01] [Server thread/INFO]: [STDOUT]: 410 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 388 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 411 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 389 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 390 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 412 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 391 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 413 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 392 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 414 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 415 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 393 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 394 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 416 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 395 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 417 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 396 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 418 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 397 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 419 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 398 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 420 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 399 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [Server thread/INFO]: [STDOUT]: 421 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 400 -0.6193258464262725 0.0 0.2410348046488252
[19:54:01] [Server thread/INFO]: [STDOUT]: 422 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 401 -0.30966672853028276 0.0 0.12051015248207475
[19:54:01] [Server thread/INFO]: [STDOUT]: 423 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 402 -0.30966672853028276 0.0 0.12051015248207475
[19:54:01] [Server thread/INFO]: [STDOUT]: 424 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 403 -0.30966672853028276 0.0 0.12051015248207475
[19:54:01] [Server thread/INFO]: [STDOUT]: 425 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 404 -0.30966672853028276 0.0 0.12051015248207475
[19:54:01] [Server thread/INFO]: [STDOUT]: 426 -0.3096667285303285 0.0 0.12051015248216579
[19:54:01] [main/INFO]: [STDOUT]: 405 -0.30966672853028276 0.0 0.12051015248207475
[19:54:01] [Server thread/INFO]: [STDOUT]: 427 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 406 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 428 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [Server thread/INFO]: [STDOUT]: 429 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 407 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 430 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 408 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [main/INFO]: [STDOUT]: 409 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 431 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 410 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 432 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 411 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 433 -0.6193334570607023 0.0 0.2410203049641496
[19:54:02] [main/INFO]: [STDOUT]: 412 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 434 4.529709940470639E-14 0.0 1.8196555373606316E-13
[19:54:02] [main/INFO]: [STDOUT]: 413 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 435 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 414 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 436 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 415 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 437 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 416 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 438 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 417 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 439 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 418 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 440 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 419 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 441 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 420 -0.6193010420337486 0.0 0.24083746366350167
[19:54:02] [Server thread/INFO]: [STDOUT]: 442 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 421 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 443 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 422 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 444 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 423 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 445 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 424 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 446 -0.3096667285303285 0.0 0.12051015248216579
[19:54:02] [main/INFO]: [STDOUT]: 425 -0.30966672853028276 0.0 0.12051015248207475
[19:54:02] [Server thread/INFO]: [STDOUT]: 447 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 426 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 448 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 427 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 449 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 428 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 450 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 429 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 451 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 430 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 452 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 431 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 453 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 432 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 454 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 433 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 455 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 434 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 456 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 435 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 457 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 436 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 458 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 437 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 459 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 438 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 460 -0.6193334570607023 0.0 0.2410203049641496
[19:54:03] [main/INFO]: [STDOUT]: 439 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 461 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 440 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [main/INFO]: [STDOUT]: 441 -0.6193726536715984 0.0 0.24103308766016196
[19:54:03] [Server thread/INFO]: [STDOUT]: 462 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [Server thread/INFO]: [STDOUT]: 463 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 442 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 464 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 443 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 465 4.529709940470639E-14 0.0 1.8196555373606316E-13
[19:54:03] [main/INFO]: [STDOUT]: 444 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 466 -0.3096667285303285 0.0 0.12051015248216579
[19:54:03] [main/INFO]: [STDOUT]: 445 -0.30966672853028276 0.0 0.12051015248207475
[19:54:03] [Server thread/INFO]: [STDOUT]: 467 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 446 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 468 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 447 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 469 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 448 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 470 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 449 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 471 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 450 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 472 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 451 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 473 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 452 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 474 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 453 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 475 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 454 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 476 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 455 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 477 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 456 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 478 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 457 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 479 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 458 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 480 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 459 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 481 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 460 -0.6192514332487007 0.0 0.2409310629428546
[19:54:04] [Server thread/INFO]: [STDOUT]: 482 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 461 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 483 -0.3096667285303285 0.0 0.12051015248216579
[19:54:04] [main/INFO]: [STDOUT]: 462 -0.30966672853028276 0.0 0.12051015248207475
[19:54:04] [Server thread/INFO]: [STDOUT]: 484 -0.3096667285303285 0.0 0.12051015248216579

Even though the cart was lagging for the player riding the cart, it doesn't appear in the logs this time and the server appears to be doubling the motion randomly;

  • [19:53:58] [Server thread/INFO]: [STDOUT]: 357 -0.6283611781607763 0.0 0.0804381214332352
  • [19:54:03] [Server thread/INFO]: [STDOUT]: 460 -0.6193334570607023 0.0 0.2410203049641496

(no, pausing didn't always switch between "lag" and "no lag")

 

Any help is appreciated.

Edited by MennoMax

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • It is 1.12.2 - I have no idea if there is a 1.12 pack
    • Okay, but does the modpack works with 1.12 or just with 1.12.2, because I need the Forge client specifically for Minecraft 1.12, not 1.12.2
    • Version 1.19 - Forge 41.0.63 I want to create a wolf entity that I can ride, so far it seems to be working, but the problem is that when I get on the wolf, I can’t control it. I then discovered that the issue is that the server doesn’t detect that I’m riding the wolf, so I’m struggling with synchronization. However, it seems to not be working properly. As I understand it, the server receives the packet but doesn’t register it correctly. I’m a bit new to Java, and I’ll try to provide all the relevant code and prints *The comments and prints are translated by chatgpt since they were originally in Spanish* Thank you very much in advance No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. MountableWolfEntity package com.vals.valscraft.entity; import com.vals.valscraft.network.MountSyncPacket; import com.vals.valscraft.network.NetworkHandler; import net.minecraft.client.Minecraft; import net.minecraft.network.syncher.EntityDataAccessor; import net.minecraft.network.syncher.EntityDataSerializers; import net.minecraft.network.syncher.SynchedEntityData; import net.minecraft.server.MinecraftServer; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.EntityType; import net.minecraft.world.entity.Mob; import net.minecraft.world.entity.ai.attributes.AttributeSupplier; import net.minecraft.world.entity.ai.attributes.Attributes; import net.minecraft.world.entity.animal.Wolf; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.Entity; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; import net.minecraftforge.event.TickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.network.PacketDistributor; public class MountableWolfEntity extends Wolf { private boolean hasSaddle; private static final EntityDataAccessor<Byte> DATA_ID_FLAGS = SynchedEntityData.defineId(MountableWolfEntity.class, EntityDataSerializers.BYTE); public MountableWolfEntity(EntityType<? extends Wolf> type, Level level) { super(type, level); this.hasSaddle = false; } @Override protected void defineSynchedData() { super.defineSynchedData(); this.entityData.define(DATA_ID_FLAGS, (byte)0); } public static AttributeSupplier.Builder createAttributes() { return Wolf.createAttributes() .add(Attributes.MAX_HEALTH, 20.0) .add(Attributes.MOVEMENT_SPEED, 0.3); } @Override public InteractionResult mobInteract(Player player, InteractionHand hand) { ItemStack itemstack = player.getItemInHand(hand); if (itemstack.getItem() == Items.SADDLE && !this.hasSaddle()) { if (!player.isCreative()) { itemstack.shrink(1); } this.setSaddle(true); return InteractionResult.SUCCESS; } else if (!level.isClientSide && this.hasSaddle()) { player.startRiding(this); MountSyncPacket packet = new MountSyncPacket(true); // 'true' means the player is mounted NetworkHandler.CHANNEL.sendToServer(packet); // Ensure the server handles the packet return InteractionResult.SUCCESS; } return InteractionResult.PASS; } @Override public void travel(Vec3 travelVector) { if (this.isVehicle() && this.getControllingPassenger() instanceof Player) { System.out.println("The wolf has a passenger."); System.out.println("The passenger is a player."); Player player = (Player) this.getControllingPassenger(); // Ensure the player is the controller this.setYRot(player.getYRot()); this.yRotO = this.getYRot(); this.setXRot(player.getXRot() * 0.5F); this.setRot(this.getYRot(), this.getXRot()); this.yBodyRot = this.getYRot(); this.yHeadRot = this.yBodyRot; float forward = player.zza; float strafe = player.xxa; if (forward <= 0.0F) { forward *= 0.25F; } this.flyingSpeed = this.getSpeed() * 0.1F; this.setSpeed((float) this.getAttributeValue(Attributes.MOVEMENT_SPEED) * 1.5F); this.setDeltaMovement(new Vec3(strafe, travelVector.y, forward).scale(this.getSpeed())); this.calculateEntityAnimation(this, false); } else { // The wolf does not have a passenger or the passenger is not a player System.out.println("No player is mounted, or the passenger is not a player."); super.travel(travelVector); } } public boolean hasSaddle() { return this.hasSaddle; } public void setSaddle(boolean hasSaddle) { this.hasSaddle = hasSaddle; } @Override protected void dropEquipment() { super.dropEquipment(); if (this.hasSaddle()) { this.spawnAtLocation(Items.SADDLE); this.setSaddle(false); } } @SubscribeEvent public static void onServerTick(TickEvent.ServerTickEvent event) { if (event.phase == TickEvent.Phase.START) { MinecraftServer server = net.minecraftforge.server.ServerLifecycleHooks.getCurrentServer(); if (server != null) { for (ServerPlayer player : server.getPlayerList().getPlayers()) { if (player.isPassenger() && player.getVehicle() instanceof MountableWolfEntity) { MountableWolfEntity wolf = (MountableWolfEntity) player.getVehicle(); System.out.println("Tick: " + player.getName().getString() + " is correctly mounted on " + wolf); } } } } } private boolean lastMountedState = false; @Override public void tick() { super.tick(); if (!this.level.isClientSide) { // Only on the server boolean isMounted = this.isVehicle() && this.getControllingPassenger() instanceof Player; // Only print if the state changed if (isMounted != lastMountedState) { if (isMounted) { Player player = (Player) this.getControllingPassenger(); // Verify the passenger is a player System.out.println("Server: Player " + player.getName().getString() + " is now mounted."); } else { System.out.println("Server: The wolf no longer has a passenger."); } lastMountedState = isMounted; } } } @Override public void addPassenger(Entity passenger) { super.addPassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(true)); } } } @Override public void removePassenger(Entity passenger) { super.removePassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is no longer mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(false)); } } } @Override public boolean isControlledByLocalInstance() { Entity entity = this.getControllingPassenger(); return entity instanceof Player; } @Override public void positionRider(Entity passenger) { if (this.hasPassenger(passenger)) { double xOffset = Math.cos(Math.toRadians(this.getYRot() + 90)) * 0.4; double zOffset = Math.sin(Math.toRadians(this.getYRot() + 90)) * 0.4; passenger.setPos(this.getX() + xOffset, this.getY() + this.getPassengersRidingOffset() + passenger.getMyRidingOffset(), this.getZ() + zOffset); } } } MountSyncPacket package com.vals.valscraft.network; import com.vals.valscraft.entity.MountableWolfEntity; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class MountSyncPacket { private final boolean isMounted; public MountSyncPacket(boolean isMounted) { this.isMounted = isMounted; } public void encode(FriendlyByteBuf buffer) { buffer.writeBoolean(isMounted); } public static MountSyncPacket decode(FriendlyByteBuf buffer) { return new MountSyncPacket(buffer.readBoolean()); } public void handle(NetworkEvent.Context context) { context.enqueueWork(() -> { ServerPlayer player = context.getSender(); // Get the player from the context if (player != null) { // Verifies if the player has dismounted if (!isMounted) { Entity vehicle = player.getVehicle(); if (vehicle instanceof MountableWolfEntity wolf) { // Logic to remove the player as a passenger wolf.removePassenger(player); System.out.println("Server: Player " + player.getName().getString() + " is no longer mounted."); } } } }); context.setPacketHandled(true); // Marks the packet as handled } } networkHandler package com.vals.valscraft.network; import com.vals.valscraft.valscraft; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.network.NetworkRegistry; import net.minecraftforge.network.simple.SimpleChannel; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class NetworkHandler { private static final String PROTOCOL_VERSION = "1"; public static final SimpleChannel CHANNEL = NetworkRegistry.newSimpleChannel( new ResourceLocation(valscraft.MODID, "main"), () -> PROTOCOL_VERSION, PROTOCOL_VERSION::equals, PROTOCOL_VERSION::equals ); public static void init() { int packetId = 0; // Register the mount synchronization packet CHANNEL.registerMessage( packetId++, MountSyncPacket.class, MountSyncPacket::encode, MountSyncPacket::decode, (msg, context) -> msg.handle(context.get()) // Get the context with context.get() ); } }  
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.