Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-38727

Minecart won't move uphill when max_speed is greater than ~0.5

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.7.0
    • Unconfirmed
    • Windows
    • 156211

      Minecart won't move uphill when max_speed value is greater than ~0.5. The issue seems to occur nondeterministically.

      Minecart behaviour is provided below.

      {
          "minecraft:entity": {
              "format_version": "1.2.0",
              "components": {
                  "minecraft:identifier": {
                      "id": "minecraft:minecart"
                  },
                  "minecraft:nameable": {},
                  "minecraft:is_stackable": {},
                  "minecraft:type_family": {
                      "family": [
                          "minecart"
                      ]
                  },
                  "minecraft:collision_box": {
                      "width": 0.98,
                      "height": 0.7
                  },
                  "minecraft:rail_movement": {
                      "max_speed": 1.0
                  },
                  "minecraft:rideable": {
                      "seat_count": 1,
                      "interact_text": "action.interact.ride.minecart",
                      "pull_in_entities": true,
                      "family_types": [
                          "coaster"
                      ],
                      "seats": [
                          {
                              "position": [
                                  0,
                                  5.1,
                                  0
                              ],
                              "rotate_rider_by": 0
                          }
                      ]
                  },
                  "minecraft:damage_sensor": {
                      "deals_damage": false
                  },
                  "minecraft:rail_sensor": {
                      "eject_on_activate": true
                  },
                  "minecraft:physics": {}
              }
          }
      }
      

            Darastlix Andrew
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: