Page 1 of 1
[2.0.35] [UI] "0x ItemName Recycling"
Posted: Tue Feb 25, 2025 3:59 pm
by Hares
Re: [2.0.35] [UI] "0x ItemName Recycling"
Posted: Tue Feb 25, 2025 4:22 pm
by Muche
I believe the difference is due to whether the recycling recipe is a "proper" one - i.e. recycling into ingredients
Code: Select all
"results" = { { "amount" = 0.25, "extra_count_fraction": 0.25, ... } }
or recycling into itself
Code: Select all
"results" = { { "amount" = 1, "probability" = 0.25, ... } }
Re: [2.0.35] [UI] "0x ItemName Recycling"
Posted: Tue Feb 25, 2025 5:10 pm
by Hares
the question is why display Nx in the first place? No need to display that! What meaning does 2x Steel Chest Recycling possessing?
Re: [2.0.35] [UI] "0x ItemName Recycling"
Posted: Tue Feb 25, 2025 6:23 pm
by Muche
Re: [2.0.35] [UI] "0x ItemName Recycling"
Posted: Tue Apr 08, 2025 4:35 pm
by Rseding91
Thanks for the report. I'm deciding that this is fine to be as is and is not breaking anything.