DBot
DBot
This is an issue since forever and this is directly related to request: https://github.com/Facepunch/garrysmod-requests/issues/435 Since to display anything on game screen it has to create a HTML material and a...
Don't know about 4.5, but im on 4.6 and was experiencing high battery drain during stand-by (-4%/hour or 200 mAh), disabling adguard drastically improved battery life while smartphone is on...
> what device are you using ? Note 9 Pro Max
That's the catch - it doesn't report usage as originating from adguard itself.
Screenshots   For reference: 
@Nedelosk Create several identical letters addressed one person with stamps and item payload. Then send them using mailbox. Sender will send letters one-by-one, while receiver will receive SUM(N, N -...
Code analysis: You do check letter send status, and if it is successfull, shrink item stack size by 1 https://github.com/ForestryMC/ForestryMC/blob/mc-1.12/src/main/java/forestry/mail/tiles/TileMailbox.java#L61-L68 But you pass full itemstack to `tryDispatchLetter` method, which pass...