ryyanmapes / minecart-mod

An open-source Minecraft mod for 1.16.5 adding new options for rail networks.
https://www.curseforge.com/minecraft/mc-mods/more-minecarts
Other
14 stars 15 forks source link

Colored detector rail keeps ON state after player equipped with signal exited the minecart #34

Open T3sT3ro opened 3 years ago

T3sT3ro commented 3 years ago
  1. place colored signal rail
  2. equip yourself with signal
  3. get into the cart and stop on the rail
  4. -- Now, either unequip signal or exit minecart--
  5. The powered state of rail is stuck on ON when it shouldn't be

image

ryyanmapes commented 3 years ago

This is only occurring because the minecart is stationary. I encountered this during development and sadly there is no easy fix. Most likely this will never be fixed.

T3sT3ro commented 3 years ago

What about detecting player triggered events?

I think that solves 99% of cases. Other 1% are probably some edge cases when player logs out, is somehow forced to dismount etc. but they should appear rarely and can be done later.

ryyanmapes commented 3 years ago

Good idea, that would work. Is there a particular use case you need this for? I may fix this with the next patch, but probably not soon.

T3sT3ro commented 3 years ago

I don't particularly need it fixed ASAP. No stress. Just thought it would be good for consistency.