Page 1 of 1

[2.0.35] [UI] "0x ItemName Recycling"

Posted: Tue Feb 25, 2025 3:59 pm
by Hares
Some recycling recipes with < 1 output result (i.e., recycling recipes) show "0x" prefix while some don't
02-25-2025, 18-56-15.png
02-25-2025, 18-56-15.png (48.24 KiB) Viewed 488 times
02-25-2025, 18-58-22.png
02-25-2025, 18-58-22.png (86.44 KiB) Viewed 488 times
02-25-2025, 18-57-42.png
02-25-2025, 18-57-42.png (104.4 KiB) Viewed 488 times

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.