Railcraft Reborn

Railcraft Reborn

7M Downloads

Cannot dismounting from Minecart even if activator rail(include vanilla) is activated

momo-i2 opened this issue ยท 2 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Description of the Bug

a. Vanilla's Minecart dismounts entities when the activator rail is activated.
However, in this mod the activator rail(including Vanilla's one) does not do this behavior.

b. The almost same operation can be performed with disemberking track, but when the trolley carrying the shulker is lowered onto a dirt block planted with wither roses, the shulker will not be lowered onto the dirt block, but onto the wither roses.

Railcraft Reborn version

1.2.4

NeoForge/Forge version

21.1.81

Minecraft version

1.21.1

Minecraft server

No

To Reproduce

a.

  1. activate the activator rail
  2. make something ride on the Minecart to pass through the activator rail

b.

  1. Create shulker farm as in this video

Expected behavior

a. Dismount entities to the block next to the activator rail

b. Shulker dismounts, as in this video.

Logs & Environment

No response

Screenshots & Video

In using disemberking track.
2024-11-30_19 01 11

commented

+1 having the same issue here. Disables a pretty big build for me on AllTheMods 10

commented

I am suspicious from this line about (a.).

// TODO: needs more thought in regards to passenger handling

And for (b.) I solved it by deleting the + 1.0D to getY(), but I am not sure if that is correct.

MinecartUtil.removePassengers(cart, x + 0.5D, blockPos.getY() + 1.0D, z + 0.5D);