Adds scrap as a new resource to be further processed and downgraded into other products
Mods introducing new content into the game.
New Ores and resources as well as machines.
MIght you consider adding a config.lua or remote.interface that enables us to define the minable table from other mods ?
I'd like to add support for this in Brave New Oarc.
Thanks
Hi, being in data stage, I don't need to add interfaces/APIs for it. Just access data.raw.resource.scrap.minable.results in your data-updates.lua and you can tweak the scrap to contain whatever you want
data.raw.resource.scrap.minable.results
Perfect ! Thanks !