Transport

Transport

6M Downloads

"Comparator" Assorted routing not working

tired9494 opened this issue ยท 3 comments

commented

COMPARATOR assorted routing is not working. I write the following:

ROUTING {
 COMPARATOR {
  3
 }
}

but it does not route the modular minecart when it would have a comparator strength of 3 or more. I also tried:

ROUTING {
 NOT {
  COMPARATOR {
   3
  }
 }
}

to make sure I wasn't incorrect about something. Neither work, but the routing works if I try something else (e.g. name). If I use a normal comparator instead of the lectern then it also works fine. If the comparator routing worked correctly then at least one of the above would route a minecart.

commented

Have you tried riding through the Switch in the cart?

commented

Also what type of cart were you using?

commented

Nevermind I'd dumb it's broken.