satisfactory-dev / Satisfactory-Production-Calculator-UI

Issue Tracker for SignpostMarv's Satisfactory Production Planner UI
https://u8.satisfactory.dev/planner/
1 stars 0 forks source link

negative numbers don't behave as expected #87

Closed SignpostMarv closed 2 months ago

SignpostMarv commented 2 months ago

solution: use foo.max(0) when sending off to calculator to allow negatives to be retained within the JSON document.