NoCubes

NoCubes

829k Downloads

Where do the js print() calls print?

EmmanuelMess opened this issue · 2 comments

commented

print("Found label \"firstLabelBefore_first_INVOKEVIRTUAL_getX\" " + instruction);

What does this print to?

commented

Nevermind, it prints to the runClient gradle task log.

commented

Yeah, it prints to the log if it’s enabled. I think coremod output is disabled in a production environment though but it’s very useful for debugging.