TeamDman / SuperFactoryManager

Mozilla Public License 2.0
35 stars 15 forks source link

Keywords messing up item identifiers #72

Closed TeamDman closed 2 years ago

TeamDman commented 2 years ago
EVERY 20 TICKS DO
    if a has gt 0 minecraft:redstone then
        INPUT FROM a
        OUTPUT TO b
    end
END

image

TeamDman commented 2 years ago

fixed in 1d9b1390065604e2bd3eae4f5a5e491763bc11ea fix available on v4.1.0 curseforge see updated example on filtering for redstone; tldr is to surround the item identifier with double quotes if it is conflicting with a keyword