https://github.com/cdaringe/nice-try-train
https://github.com/cdaringe/nice-try-train
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdaringe/nice-try-train
- Owner: cdaringe
- Created: 2018-03-24T01:57:54.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T01:12:19.000Z (over 1 year ago)
- Last Synced: 2025-01-06T18:36:26.467Z (over 1 year ago)
- Language: Shell
- Size: 502 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
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`