Misspelled key in Reaction Chamber OpenComputers interaction
DaComputerNerd717 opened this issue ยท 0 comments
Not the most major problem, but I still want to point it out since it comes up in OpenComputers code interacting with it.
data.put("preferedIntensity", getCurrentReaction().getCurrentPreferedIntensity());
I had an issue with my code, which turned out to be caused by this misspelling of preferred. As said, not a major problem, but annoying.