Railcraft

Railcraft

34M Downloads

reilcraft bug Routing Switch Moto

mas1011 opened this issue ยท 1 comments

commented

Routing Switch Moto do not like Routing table with a AND command in them it sed insufficient operands

my code in the book is

Desr=fromMinetoHome
AND
NOT
NeedsRefuel=true//false

commented

You missed the part about it being a prefix-notation language didn't you?

You currently only have one operand to the AND statement, the NOT statement (whose operand is the NeedRefuel), it needs a second operand.
The first line is a separate rule.