forked from gigabit101/StevesFactoryManager
-
-
Notifications
You must be signed in to change notification settings - Fork 49
Enhancement: allow a list of interval specifications #539
Copy link
Copy link
Open
Labels
enhancementA feature to be addedA feature to be addedlanguage featureInvolving the design of the domain-specific language, likely changes to the .g4 ANTLR grammar fileInvolving the design of the domain-specific language, likely changes to the .g4 ANTLR grammar file
Metadata
Metadata
Assignees
Labels
enhancementA feature to be addedA feature to be addedlanguage featureInvolving the design of the domain-specific language, likely changes to the .g4 ANTLR grammar fileInvolving the design of the domain-specific language, likely changes to the .g4 ANTLR grammar file
Extend
SuperFactoryManager/src/main/antlr/sfml/SFML.g4
Line 17 in 5220279
to:
And then just process the block as multiple entries, as if each has been written out fully.
Example:
Yes, this does let people easily bypass the usual minimum. But they can already do that by writing multiple blocks, or as I see constantly in ATM10-land, they use
EVERY REDSTONE PULSE DOand throw it up against a timer -- which is less flexible than, say,EVERY 20G + 3 TICKS, 20G + 16 TICKS DO.