ldtteam / minecolonies-features

This is a repo only to discuss minecolonies features (requested and planned)
10 stars 3 forks source link

New resource scroll feature: The scroll glows when there is unsufficient materials #565

Closed pantsguyapp closed 2 years ago

pantsguyapp commented 2 years ago

Prerequisites

Context

Is your feature request related to a problem?

It might be hard when you're trying to manage between multiple scrolls and can't figure out which one is which, this suggestion is to solve that. Sometimes the builder may even have missing materials when he accidentally knocked some of, light lanterns and torches and the build will be underconstructed for indefinitely

Feature description

When the bound resource scroll detects that there are missing materials, it will emit an enchant tinted glow to alarm the player of the missing materials, the player can then right click on the scroll to see it for themselves.

Notes or related things


Viewers

Thodor12 commented 2 years ago

The resource scroll itself checks nothing actively. It only loads the contents of the linked builder if and when requested (GUI opened), putting this on a continuous check is not a good idea.