Rearth / Oritech

Minecraft fabric tech mod
https://moddedmc.org/en/mod/oritech/docs
Creative Commons Zero v1.0 Universal
65 stars 18 forks source link

render target outlines for pickaxe area mode #138

Closed jshipley closed 1 week ago

jshipley commented 3 weeks ago

Outlines should now be drawn around all of the blocks that will be broken when a prometheum pickaxe is in area mode.

This was done by adding a new outline renderer to Fabric's BLOCK_OUTLINE render event.

Rearth commented 1 week ago

Cool stuff. I tried doing this before at some point but failed. Using the event is a good approach, huge thanks.

Rearth commented 1 week ago

In the future we might want to make the pickaxe with in different direction too, and then have it harvest a 3x3 area. With the targets shown before this would now match the game