MapRend icon indicating copy to clipboard operation
MapRend copied to clipboard

Minecraft topdown map renderer for anvil save files

Results 1 MapRend issues
Sort by recently updated
recently updated
newest added

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...