The Yield class is currently very hard to extend - especially if we add mod support in the future. Maybe the Yield class should not be able to be modded like that, but it might be nice. The way it's currently implemented also makes the code slightly annoying, since we need to list all the resource names every time.
The
Yield
class is currently very hard to extend - especially if we add mod support in the future. Maybe the Yield class should not be able to be modded like that, but it might be nice. The way it's currently implemented also makes the code slightly annoying, since we need to list all the resource names every time.