Is your feature request related to a problem? Please describe.As a user When I accidentally right click a sign that is attached to a chest
Then I should be prevented from editing the sign
Alternatively, there could also be a module for preventing sign editing in general, with the chest thing as a module config
Describe the solution you'd like
# N.B. logic slightly more advanced than pseudocode
if (block InstanceOf WallSign) and (blockBehind InstanceOf Chest):
log("prevented sign editing")
return FAIL
Is your feature request related to a problem? Please describe. As a user
When I accidentally right click a sign that is attached to a chest Then I should be prevented from editing the sign
Alternatively, there could also be a module for preventing sign editing in general, with the chest thing as a module config
Describe the solution you'd like