Mojira Archive
MC-117477

Activator rail check is done with rail minecart was on before it was moved

The bug

The activator rail check is done with the rail block a minecart was on before it was moved. This means if it moves from a normal rail to an activator rail the minecart is not activated in this tick.

How to reproduce

  1. Build a setup as shown in Setup.png
  2. Place some items in the chest
  3. Put a hopper minecart on the powered / golden rail
  4. Right click the hopper minecart after it reached the end of the track
    → It picked up one item

Code analysis

Based on 1.11.2 decompiled using MCP 9.35 rc1

The method net.minecraft.entity.item.EntityMinecart.onUpdate() tests if the block the minecart was on before it moved is an activator rail. Instead it should probably test the block the minecart is on after it was moved (on rails or derailed).

Unresolved

Michael

Marcono1234

2017-05-14, 07:01 PM

2024-08-24, 01:36 AM

10

4

Confirmed

(Unassigned)

activator_rail, minecart, rail

Minecraft 1.11.2 - 24w34aMinecraft 1.11.2, Minecraft 1.12 Pre-Release 2, Minecraft 1.13-pre10, Minecraft 1.14.1, 1.15.1, 1.15.2, 1.16 Pre-release 2, 1.16 Release Candidate 1, 1.16, 1.16.4, 20w45a, 21w18a, 1.17, 21w37a, 24w34a

-