
"Comparator" Assorted routing not working
tired9494 opened this issue ยท 3 comments
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.