pyanodon / pybugreports

Central bug-report repository for pymods
The Unlicense
6 stars 1 forks source link

Uranium washing 2 bug - inccorect input amount for Purex-U-concentrate-2 #270

Closed aklesey1 closed 10 months ago

aklesey1 commented 1 year ago

Mod source

Factorio Mod Portal

Which mod are you having an issue with?

Operating system

=Windows 10

What kind of issue is this?

What is the problem?

PY Alternative energy 1.2.1 last version from mod portal

Uranium washing current recipe RECIPE { type = "recipe", name = "uranium-washing-2", category = "hydroclassifier", enabled = false, energy_required = 0.5, ingredients = { {type = "fluid", name = "purex-u-concentrate-2", amount = 5}, {type = "item", name = "tbp", amount = 1}, {type = "fluid", name = "kerosene", amount = 100}, }, results = { {type = "fluid", name = "purex-u-concentrate-3", amount = 50}, {type = "fluid", name = "purex-raffinate", amount = 20}, }, main_product = "purex-u-concentrate-3", subgroup = "py-nuclear-waste", order = "b" }:add_unlock("nuclear-power-mk02")

Purex-U_concentrate-2 is notr multiplied to x10? and must be 50 and not 5 becaause we get too many purex-u-concentrate-3 on out put Ration must be 1 : 1, right?

Must be RECIPE { type = "recipe", name = "uranium-washing-2", category = "hydroclassifier", enabled = false, energy_required = 0.5, ingredients = { {type = "fluid", name = "purex-u-concentrate-2", amount = 50}, {type = "item", name = "tbp", amount = 1}, {type = "fluid", name = "kerosene", amount = 100}, }, results = { {type = "fluid", name = "purex-u-concentrate-3", amount = 50}, {type = "fluid", name = "purex-raffinate", amount = 20}, }, main_product = "purex-u-concentrate-3", subgroup = "py-nuclear-waste", order = "b" }:add_unlock("nuclear-power-mk02")

Steps to reproduce

No response

Additional context

No response

Log file

No response

notnotmelon commented 10 months ago

Fixed. Thanks for the report.

https://github.com/pyanodon/pyalternativeenergy/commit/468442651dbc8964e4020047d9571d8cf93b39d6