Skip to content

v1.0.3

Choose a tag to compare

@TRusselo TRusselo released this 20 Jun 23:41
· 4 commits to main since this release

Fixed

  • Plants in Seatruck planters no longer block docking/undocking. Plant models are spawned into a planter after it's placed (seedlings via Planter.AddItem, grown models via GrowingPlant's async spawn), so the placement-time collider fix never touched them — they kept solid Default-layer colliders that snagged on the dock. A Planter.SetupRenderers postfix now moves plant colliders to the Useable layer, scoped to planters inside a Seatruck.

    Covers seedlings, fully grown plants, harvestable fruit/seeds (including ones currently picked, via an include-inactive sweep), and plants restored on save load. Every planter outside a Seatruck is untouched.