Numbers doesn't filter the same as lines?
generrosity opened this issue ยท 0 comments
Fabric 1.17.1, using the Fabric mod version v6.0.0. Unfortunately do have other mods like Sodium etc, but checking through other Issues might not be a factor.
Love the little utility you have - its neat and useful.
It looks like the 'use numbers' setting is using some different code than the lines variation
-
Changing colours works only for lines (Yellow/Red/Secondary, vs Red/Green for numbers). At a guess, its hardcoded at the end of ChunkData with drawInBatch?
-
Numbers over 7 are visible, but lines over 7 are not. At a guess, in ticker.java you use 'getCrossType' to confirm if to display or not, while for numbers its "if light > 0"