gnembon / scarpet

Public Repository of scarpet programs for Minecraft
Creative Commons Zero v1.0 Universal
359 stars 161 forks source link

Use air block above traced block to draw and color light level numbers #366

Closed rv3r closed 1 year ago

rv3r commented 1 year ago

Line 92: shift the position to analyze up one block to... Line 96: ...print the label on top of the block, not in the block Line 97: ...get the light on top of the block, not in the block Line 100: ...set the text color, again, based on the light on top of the block, not in the block

Upon further review, I might just dm suggestions since I don't know what I thought making a pull would do except, well, make one in the scarpet repo. Whoops!