Healing Ammo


Simple, make ammo that can heal stuff.

Utilities
5 years ago
1.0
13

i 2.0 update

7 days ago
(updated 7 days ago)

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}

New response