Thanks for this mod!
I noticed it needs a few adjustments for 2.0, as definitions got more verbose.
info.json:
- "factorio_version": "1.0",
+ "factorio_version": "2.0",
prototype lua:
- {"raw-fish", 5},
+ {type = "item", name = "raw-fish", amount = 5},
- {"firearm-magazine", 200}
+ {type = "item", name = "firearm-magazine", amount = 200}
- {"healing-ammo", 200}
+ {type = "item", name = "healing-ammo", amount = 200}