Helmod: Assistant for planning your factory

by Helfima

Assistant for planning your factory. Can calculate required ingredients, products, machines, modules, and beacons. Can also calculate power production / consumption.

Utilities
8 days ago
0.14 - 1.1
368K

b [Not a bug]Pyanodon - niobium-ore recipes incorrectly uses Assembling Machine instead of Niobium Mine

1 year, 7 months ago
(updated 1 year, 7 months ago)

When using Pyanodon mods there is problem with at least two recipes: "niobium-ore", "raw-borax"

When added in Helmod GUI they will use Assembling Machine as factory for them - see screenshot: https://i.imgur.com/BmPVGkV.png . User cannot change factory from Assembling Machine to anyhting else (Assembling Machine is only choice).

  • for "niobium-ore" recipe (category: "niobium") correct machine (entity) should be "Niobium mine" (id "niobium-mine" of type "mining-drill", with resource_categories: "niobium").
  • for "raw-borax" recipe (category: "borax") correct machine (entity) should be "Crystal mine" (there are 4 versions, but first is: id "borax-mine" of type "mining-drill", with resource_categories: "borax")

Note: as you see in screenshot the Niobium mine is indeed working and producing niobium or using above-mentioned recipe.

Save with reproduction: https://drive.google.com/file/d/13q00sEd71XD2-wq9I9QJ1EhTF-YIuxeO/view?usp=sharing

KiwiHawk β˜†
1 year, 7 months ago

The recipes that you're looking for are on the Helmod tab and are working correctly. The recipes that you have selected can never be unlocked. I believe they will be deleted in the upcoming Py release.

https://imgur.com/a/jKVUoHj

1 year, 7 months ago

You are right - i removed the problematic recipe in code like this:

data.raw.recipe['niobium-ore'] = nil

and then mining worked as before.

Thanks for checking.

New response