Cadiboo / NoCubes

A mod for 1.12.2+ that creates smooth terrain in Minecraft
https://Cadiboo.github.io/projects/nocubes/
GNU Lesser General Public License v3.0
140 stars 12 forks source link

Where do the js print() calls print? #73

Closed EmmanuelMess closed 4 years ago

EmmanuelMess commented 4 years ago

https://github.com/Cadiboo/NoCubes/blob/2fc674b2462d2af85d4ae9e113582dccc303b186/src/main/resources/nocubes-transformer.js#L349

What does this print to?

EmmanuelMess commented 4 years ago

Nevermind, it prints to the runClient gradle task log.

Cadigal-displayr commented 4 years ago

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.