#682: MapMagic 2 / General Bugz
Status: Completed
@Wright I was doing some digging into the Forest code to try and understand what it was doing. It looks like Forest Generate is using the seedlingsIn for both inputs, instead of using otherTreesIn for the Other Trees at line 1035.
Code (CSharp):
TransitionsList otherTrees = data.ReadInletProduct(seedlingsIn);
Created by akaWraith Mar 20, 2021