Fix mushroom stem render, cleanup System.out uses

This commit is contained in:
Mike Primm 2021-12-28 14:37:20 -06:00
parent 48ba0b2e41
commit 332292c42c
45 changed files with 197 additions and 161 deletions

View file

@ -170,7 +170,7 @@ public class ChunkSnapshot {
}
if (secnum < 0)
continue;
//System.out.println("section(" + secnum + ")=" + sec.asString());
//Log.info("section(" + secnum + ")=" + sec.asString());
// Create normal section to initialize
StdSection cursect = new StdSection();
this.section[secnum] = cursect;