Closed austinmccalley closed 1 year ago
The "target" argument means "force the machine to have a count that matches this product per second quantity." You should not use it on every node. You should have one, or perhaps 2-3 of them (in rare cases) in the entire yaml file. The information from the one machine propagates to everything else in the graph.
When I remove all "target" args but the first target: integrated logic circuit: 1
I get this, which I believe is your desired output:
The README does not cover the usage of target
so I think this is the root issue and I have pushed a PR accordingly.
The NotImplementedError as it exists is vague, but should never be reached from a normal (ie describes a real GTNH scenario) YAML config file.
I get an empty set error when using the following config: https://paste.super.fish/p/LT2qXI.yaml for integrated logic circuits. I implemented a fix for it with PR #11 to prevent the crash and allow it to hit the
NotImplementedError
error.Here is the NotImplementedError when the PR is implemented