Leftover `System.out.println` causing log spam (1.18)
Mrbysco opened this issue ยท 1 comments
Hello, I believe you forgot to disable some System.out.println
's before you build your The Graveyard 1.3 (FORGE)
jar.
Currently you'll get a lot of STOP
and false
spam in your logs. Which can be traced to the RevenantEntity
class.
Code in question
There's also a println left in a mixin