jfbarras
Results
1
issues of
jfbarras
I would like to discuss removing Program dependencies from the different utilities, eg Block. ``` public int getLight() { if(Program.renderNight) { return blockLight; } else { return blockLight > skyLight...