An open API service indexing awesome lists of open source software.

https://github.com/cdaringe/nice-try-train


https://github.com/cdaringe/nice-try-train

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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](mods.factorio.com)

## contributing

- install `node` at ``
- 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`