Nguyen Cuong

Results 2 issues of Nguyen Cuong

When I change the variable storage opacity for OrangeLight's mask, mask color will change immediately. It should use a `tintSpeed` like `_lastMaskColor` by storage target value to `_currentRGB`

The issue is mentioned as so in the title. I tried to look at the code, i guess you are missing the negative compare at https://github.com/slipcor/TreeAssist/blob/master/src/main/java/net/slipcor/treeassist/discovery/TreeStructure.java#L2034 . Should be `!TreeAssist.instance.getBlockListener().isReplant(player.getName())`...