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": {}
}
}
}
Cleaning up old tickets: This ticket has not been updated recently (~1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki