Change "normal" type to "number" #2848
Denneisk
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yes, I would like to
if name == "NORMAL" then name = "NUMBER"
everywhere.Everywhere in E2 it is referred to as number.
Changing this on E2 should ideally change nothing. The Wire interface can just interpret "number" back into "normal" and vice versa.
I'm not sure if this can be done for Wiremod as a whole. Would obviously want backwards compat so "normal" is interpreted as "number", but the current system ("number" -> "normal") shouldn't be relied on.
Beta Was this translation helpful? Give feedback.
All reactions