Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 570 Bytes

nice try, train

prevent death when a player is hit by a train in factorio ⚙️

usage

on deathful impact, your health is still minimized. in other words, getting hit by a train still really hurts, by won't put you under 🥀.

see mods.factorio.com

contributing

  • install node at <see .nvmrc>
  • install pnpm: npm i -g pnpm && pnpm install
  • install luarocks, e.g. brew install luarocks
  • install luaformatter: luarocks install --server=https://luarocks.org/dev luaformatter
  • make edits
  • test
  • format: npm run format