Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-88038

Furnace minecart go backwards when throught the corner

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.15.2 Pre-Release 1
    • Minecraft 15w36c, Minecraft 15w36d, Minecraft 16w41a, Minecraft 1.11, Minecraft 18w43c, 1.15.1
    • None
    • Confirmed
    • (Unassigned)

      Description by Marcono1234:

      PushX and PushZ

      First of all this fields are very strange as setting them to a value does not actually cause them to get this value. Instead the game sees the number as percentage:

      Estimated code
      PushX = PushX / (PushX + PushZ) * 5
      PushZ = PushZ/ (PushX + PushZ) * 5
      

      This also results to values that are in total higher than 5 (maybe 5 is not the value).
      You can also clearly see that when one value is 0, the other one becomes (if it is not 0) 5. This will be important in the next paragraph.

      Moving in corners

      Apparently a value for the other variable (not 0) is needed to make the MinecartFurnace to drive on a corner rail.

      Reproducing this bug

      You can easily reproduce this bug by summoning a MinecartFurnace with either PushX or PushZ 0 and have it drive in circles:

      /summon MinecartFurnace ~ ~ ~ {PushX:1d,PushZ:0d,Fuel:32767s}
      

      Side note

      Powering a MinecartFurnace also results in strange Push values as it takes the position of the player relative to the MinecartFurnace. This results in a PushX and PushZ value which is not 0. However it would make more sense to only store one PushMain as this might be the underlying problem of MC-51053
      It seems like the Motion is then set based on the Push values. A Push value of 5 will always result in a Motion close to 2.5

            Unassigned Unassigned
            KakagouLT KakagouLT
            Votes:
            10 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: