NormanPCN
Farmhand
I'm not sure if this is a bug but Tapped Oak or Maple trees are being converted to temporary green rain trees (mossy tree) during fall.
I looked a the Stardew code (Tree.seasonUpdate) and it shows a X% chance of something like this occurring but it looks to be excluding tapped trees. It has a (!tapped) in the condition. Visual Studio does complain about this code that the implicit conversion of NetBool to bool is obsolete. Suggestion is to be explicit and use ".Value". If tapped trees are to be excluded then maybe this warning is meaningful. Elsewhere in the Stardew code I see ".Value" being used on the NetBool (tapped.Value).
Anyway, I don't take that from the game. Once the tapper produces I just chop the tree, replant the tree, and then insta grow the tree using CJB cheats and then put the tapper back.
edit: additional info. The trees are on the Farm (Forest) and the tappers are heavy tappers.
I looked a the Stardew code (Tree.seasonUpdate) and it shows a X% chance of something like this occurring but it looks to be excluding tapped trees. It has a (!tapped) in the condition. Visual Studio does complain about this code that the implicit conversion of NetBool to bool is obsolete. Suggestion is to be explicit and use ".Value". If tapped trees are to be excluded then maybe this warning is meaningful. Elsewhere in the Stardew code I see ".Value" being used on the NetBool (tapped.Value).
Anyway, I don't take that from the game. Once the tapper produces I just chop the tree, replant the tree, and then insta grow the tree using CJB cheats and then put the tapper back.
edit: additional info. The trees are on the Farm (Forest) and the tappers are heavy tappers.
Last edited: